(search results) WebHome

Chair for Computer Aided Medical Procedures & Augmented Reality
Lehrstuhl für Informatikanwendungen in der Medizin & Augmented Reality

THIS WEBPAGE IS DEPRECATED - please visit our new website

Searched: \.*
Results from TWiki web
This is a short introduction training course for TWiki beginners (newbies).

Start Presentation

Slide 1: A Taste of TWiki

The basic function of TWiki is a Wiki (if that helps!)

A Wiki is like a normal web site, except that you can edit the content in your browser
  • "Wiki" is short for "wiki wiki", the Hawaiian for "Quick"
  • The idea originates from Macintosh Hypercard, via Ward Cunningham
  • In Ward's words, Wiki is "the simplest online database that could possibly work"
  • A Wiki is basically a shared, online, persistant whiteboard

Slide 2: TWiki Wiki

TWiki implements the basic Wiki idea of a shared whiteboard
  • Anyone can add content
    ... or change what is written
    ... or change the organisation of the content
  • Whatever what you write is
    ... nicely presented
    ... remembered... and never forgotten
TWiki also acts as an "application platform" to integrate a number of other functions.

TWiki is an Open-Source development on TWiki.org

Slide 3: Where is it used?

Slide 4: TWiki Features

TWiki builds on the original Wiki concept and adds a number of features that make it very useful in a business environment.
  • TWiki pages are fully revision controlled, so a record of every change to every page is kept
    r1.6 > r1.5 > r1.4
  • The look-and-feel is highly configurable, through use of templates
  • A "plugins" interface eases
    • customisation
    • extension
    • application integration

Slide 5: Applications of basic TWiki

Basic TWiki can be used as:
  • A whiteboard
  • A document repository
  • A collaborative authoring environment
  • A notebook / scrapbook
  • A chat room

Slide 6: Extended applications

TWiki-with-extensions has been used as:
  • A Content Management System (CMS) for websites
  • A presentation development tool
  • A Blog
  • A database
  • A project management system
  • A tracking tool
  • (truth is, we don't really know its limits!)

Slide 7: Structure of a TWiki page

TWiki pages are usually organised into three parts:
  • A header
  • A body
  • A footer

  • The header and the footer are generated by the system
  • The body contains the text of the page, as entered by you
TWiki is very configurable, and the look can change. However the essentials will all be there on the page (somewhere!)

Slide 8: The Page Header

The header of a TWiki page is generally highlighted in colour, and will usually contain an icon that gives you an idea of where you are, such as a company logo.
TWiki home MyCo.MyTopic Webs:
Myco | Main | TWiki | Sandbox
Changes | Index | Search | Go
It will also usually contain a number of 'links' that you can click on. You will generally see:
  • Changes - gives you a list of recent changes
  • Index - gives you a full index
  • Search - takes you to a search page, where you can search all the text
  • Go - lets you type in the name of a page you already know

Slide 9: The Page Header

TWiki home MyCo.MyTopic Webs:
Myco | Main | TWiki | Sandbox
Changes | Index | Search | Go
You may also see in the header (usually at the top right) a list of the TWiki "webs". A web is a collection of pages that are related closely together
  • For example, we might have a web called "Enemies", where we keep all we know about our enemies, and another called "Friends"
  • There's usually a safe play web called something like "Sandbox" or "Scratch", where you can create pages just to try things out
  • And some admin areas, like "Main" and "TWiki"

Slide 10: The Page Footer

The footer of the page is also highlighted in colour, and is usually where you will find the links that let you change the content.
Edit | Attach | Diffs | r1.2 > r1.1 | More
Revision r1.2 - 13 Feb 2004 - 09:09 GMT - TWikiPresenter Copyright © 1999-2021 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
  • The Edit link takes you to an interactive page where you can change the page content
  • The Attach link lets you attach files
  • The other links invoke other, more complex, functions, mainly to do with revision tracking - they can safely be ignored for now

Slide 11: Editing Pages

  • You've read a page, and you disagree with it violently! It says:
    Everyone knows that the world is an OblateSpheroid
    But you know for a fact it is flat! wink
  • You've clicked the edit link, and an edit page has appeared. But it doesn't look much like what was on the page before - it's full of strange hieroglyphics!
_Everyone_ *knows* that =the world= is an OblateSpheroid
  • Now what?

Slide 12: What's in a page

  • The hieroglyphics are what's known as "TWiki Markup" or "formatting"
  • They are a really simple way of telling the browser how you want the page to look
  • You don't have to use them
    • TWiki understands pages in plain text just fine.

      Actually it is perfectly and absolutely flat

      appears as

      Actually it is perfectly and absolutely flat

Slide 13: Formatting just makes pages prettier

... and easier to read

_Actually_ it is *perfectly* and __absolutely__ flat

appears as

Actually it is perfectly and absolutely flat
  • A full description of all the formatting can be found in the TextFormattingRules and TextFormattingFAQ
  • The best thing to do is just to type until you get stuck
    • then follow the link on the edit page to the help.

Slide 14: Commonly used formatting

TWiki understands pages in plain text just fine, but you can jazz them up using some simple formatting shortcuts. Here are some of the more commonly used ones:
  • ---+ indicates a heading. Add more +'s for a deeper heading.
    You type You see
    ---+ This is a heading

    This is a heading

    ---++ And so is this

    And so is this

  • %TOC% will insert a table of contents

Slide 15: More common formatting

  • A blank line gives a paragraph break
  • --- on a line of its own gives a horizontal bar
  • Text in stars *like this* looks like this
  • Text in underscores _like this_ looks like this
  • Text in equals signs =like this= looks like this
  • Bulleted lists use three spaces followed by an asterisk (*) at the start of the line
    • The depth of the bullet is given by the number of spaces, in multiples of three
You type You see
   * Bullet
      * Sub-bullet
  • Bullet
    • Sub-bullet
  • Numbered lists use a number in place of the *. The list is numbered automatically, so you can just use a 1

Slide 16: Even more.....

  • You can create a table using vertical bars:
     | Cat | Feline |
     | Bear | Ursine |
     | Wolf | Vulpine |
  • appears as
    Cat Feline
    Bear Ursine
    Wolf Vulpine
  • %RED% .... %ENDCOLOR% will change the colour of the enclosed text. Lots of colours are available (%RED%, %GREEN%, %BLUE% etc)

Slide 17: WikiWords

  • One special hieroglyph that is very important is a BumpyWord
    • a word that starts with uppercase, then some lowercase, then more uppercase (a.k.a CamelCase)
  • This has a special meaning to TWiki; if it matches the name of another topic, TWiki will automatically create a link to that page for you.
  • If there is no such page, then the word is highlighted and a question mark is put after the word, LikeThis?
  • If you click on the question mark, then TWiki will invite you to create that page.

  • This lets you enter the names of topics you think should exist, but don't yet
    • You, or someone else, can always come along later and click on the question mark!

Slide 18: Referencing other pages and URLs

  • BumpyWords automatically link to the target page
    • You can make these links easier to read using square brackets:
  • An ordinary URL pasted into text will appear as a link - http://www.google.com
    • You can also prettify URLs using square brackets:
      • [[http://www..google.com][google]] appears as google
  • Use %SEARCH. This is an interface to a sophisticated search engine that embeds the results of the search in your page. See TWikiVariables for full details.

Slide 19: More formatting

  • There's lots more formatting available, see TextFormattingRules and TextFormattingFAQ
  • If you are a real masochist, you can even enter raw HTML tags!
  • Important to disable unwanted formatting, use <nop>
    • <nop>_word_ appears as _word_

Slide 20: Creating new pages

  • Alternative ways:
    • Click on the question mark after a BumpyWord
    • Type in the name of the topic in the "Go:" box
    • Type in the name of the topic in the URL
  • Any time you try to visit a page that doesn't exist, TWiki will invite you to create it.
  • Make sure the names of topics are always BumpyWords.

Slide 21: Attachments

  • Attachments are files which have been uploaded and attached to a TWiki page using the 'Attach' function in the footer.
Attachment sort Action Size Date Who Comment
myco.gif manage 9.6 K 13 Feb 2004 - 18:41 MushroomMagicMan Attached image file
  • Attachments are simply files, in whatever format you want.
  • TWiki recognises some file formats, notably image files (.gif)
    • Write %ATTACHURL%/myco.gif to see this: /twiki/pub/TWiki/ATasteOfTWiki/myco.gif

Slide 22: Wiki Culture

Enough about mechanics; how is a wiki actually used ? Well, that's really up to you, but there are a number of tricks that the wiki community has developed for collaborative writing that work pretty well:
  • What can I edit?
    • Anything. But it's good etiquette to sign your contributions
    • If someone doesn't want you to edit a page, it's up to them to say so, clearly, on the page
  • But what if somebody doesn't like my edits?
    • In TWiki, they can always recover the old revision and re-instantiate it if they really want to
    • Otherwise they should regard your changes as an opportunity for discussion
  • Pages in wiki are (usually) in one of three "modes"
    • DocumentMode
    • ThreadMode
    • StructuredMode
TWiki doesn't automatically distinguish between these modes; they are purely semantic.

Slide 23: DocumentMode

  • A page in DocumentMode usually comprises a contribution which is written in the third person and left unsigned.
  • The piece of text is community property
    • It may have multiple and changing authors as it is updated to reflect the community consensus.

Slide 24: ThreadMode

  • Thread mode is a form of discussion where the community holds a conversation
  • The discussion usually starts out with a statement, at the top of the page, that is subsequently discussed
  • The page may be periodically "refactored" (edited) to remove some of the comments
    • As long as the comment is accurately reflected in what replaces it, nobody usually minds.
    • Remember to always maintain a complete list of contributors, though!
You may see a comment box on a page in ThreadMode that makes it easy to quickly add your inputs. Typing in a comment and adding it to a page this way is known as "blogging" wink
  • ThreadMode is rather like an e-mail thread
    • Except that new comments are usually added to the end
  • ThreadMode pages often get refactored into DocumentMode

Slide 25: StructuredMode

  • A page in StructuredMode follows some predefined structure for example
    • An agenda
    • A set of meeting minutes
    • A requirement description.
  • Pages in StructuredMode will usually have rules governing how they are edited.

Slide 26: Other Wiki tricks - Categories

  • A Wiki trick for grouping pages together
  • Example: to group together a set of pages all relating to the weather:
    1. Create a page called 'CategoryWeather'
    2. Put a SEARCH that contain the word 'CategoryWeather' into it
      • %SEARCH{"CategoryWeather" nosearch="on" nosummary="on"}%
    3. Put the BumpyWord 'CategoryWeather' on all the pages relating to the weather
      (usually at the bottom, below a horizontal bar)

Slide 27: Contributed features

Basic TWiki is rich with features, but is enriched even further by the addition of optional plug-in modules that may (or may not!) be installed in your TWiki. These are classified as either skins (modules that change the look-and-feel) and plugins (modules that enhance functionality).

Here's a brief description of some of the more common plugins, together with the tags you might expect to see in topics if they are used. You can find out more by visiting the plugin pages.

  • ActionTrackerPlugin: Support action tags in topics, with automatic notification of action statii %ACTION...
  • CalendarPlugin: Show a monthly calendar with highlighted events %CALENDAR...%
  • CommentPlugin: Support rapid entry of short comments (also known as blogging) %COMMENT...
  • ChartPlugin: Create PNG or GIF charts to visualize data in TWiki tables %CHART...
  • EditTablePlugin: Edit TWiki tables using edit fields and drop down boxes %EDITTABLE...
  • InterwikiPlugin: Define shortcuts for links to common external sites

Slide 28: More plugins

  • RenderListPlugin: Render bullet lists in a variety of formats %RENDERLIST...
  • SlideShowPlugin: Create web based presentations based on topics with headings %SLIDESHOWSTART...
  • SpreadSheetPlugin: Add spreadsheet calculations like "$SUM( $ABOVE() )" to tables located in TWiki topics %CALC...
  • TablePlugin: Control presentation and sorting of tables %TABLE...
  • TWikiDrawPlugin: Add quick sketches to pages %DRAWING...
The following plugins are installed on this TWiki: DefaultPlugin, SpreadSheetPlugin, CommentPlugin, DateFieldPlugin, DateTimePlugin, EditTablePlugin, InterwikiPlugin, MathModePlugin, RedirectPlugin, RenderListPlugin, SlideShowPlugin, SmiliesPlugin, SqlMetaPlugin, SyntaxHighlightingPlugin, TablePlugin, VotePlugin

There are many other plugins, see http://www.twiki.org/cgi-bin/view/Plugins

Slide 29: Credits and Acknowledgements

Related topics: WelcomeGuest, TWikiTutorial, ATasteOfTWikiTemplate

-- TWiki:Main.CrawfordCurrie - 17 Feb 2004

Slide template for ATasteOfTWiki presentation

%SLIDETITLE%

%SLIDETEXT%
%SLIDENAVFIRST% %SLIDENAVPREV% Slide %SLIDENUM% of %SLIDEMAX% %SLIDENAVNEXT% %SLIDENAVLAST%
Copyright © 2021 by the contributing authors

-- TWiki:Main.CrawfordCurrie - 18 Feb 2004

Access Keys

What are access keys?

Access keys are keyboard shortcuts which allow the user to navigate around a website or a piece of computer software without having to use a mouse or other pointing device.

What are the advantages of using access keys?

Its an alternative to using a mouse, or other pointing device, and can sometimes be quicker than using a mouse.

How do I use access keys?

This depends on the browser you are using (see also cross-browser support below):

  • If you use Internet Explorer
    • Press and hold the 'Alt' key
    • Press the required letter
    • Release the keys and press the 'ENTER' key

  • If you use Netscape Navigator, Mozilla, or Firefox
    • Press and hold the 'Alt' key
    • Press the required letter

  • If you are using a Mac
    • Press and hold the 'Ctrl' key
    • Press the required letter

Learn more

Administrator Skills Assumptions

For each of these, the requirement is either pre-existing knowledge/skill, or the willingness to spend significant time (i.e. from hours to days) learning these.

  • Operating system administration: Ability to use Unix/Linux command line tools (or equivalent Windows tools), including ability to move/copy/delete files, change permissions, view web server log files, set environment variables, use a text editor, etc.
  • Web server administration: Ability to do basic setup, e.g. ability to edit config files or use GUI configuration tools to enable CGI scripts on a directory.
  • Program compilation: Where RCS is not pre-installed (that is most Unix systems), the ability to download and compile the RCS program from source, including use of configure, make, etc. This is often not necessary on Linux or Windows.
  • Troubleshooting: Ability to perform tests, inspect error logs, talk to technical support (whether in an IT department or web hosting provider) and read documentation in order to help with diagnosing installation problems.

Installing TWiki is not recommended for people who only know HTML and web design, unless they are willing to learn the above, or team up with someone who can handle the installation.

Although the TWikiInstallationGuide is quite complete, there will on occasion be parts that don't work in your local environment (particularly with TWiki:Codev/TWikiOnWebHostingSites, which are sometimes challenging even for those with good OS and web server skills).

There are many excellent resources for learning how to administer your OS and web server, including books, web sites, web forums, IM and email lists. The TWiki:Support web must not be depended on as a resource for this purpose - in other words, it is not there to answer basic questions about operating system and web server administration. Asking and answering questions is time consuming for all concerned and is best used for specific TWiki related issues, rather than helping you learn the OS and web server.

One of the best training courses for Linux is Basic Linux Training at http://basiclinux.net/ - this is a 2 month distance-learning course (via email). The course operators are friendly, and all students are newbies. A nice tool for people migrating from Windows is http://www.MidnightCommander.org/. It is already installed on Linux systems: try mc -ac and ESC 1 to get help.

-- TWiki:Main.RichardDonkin - 27 Apr 2002
-- TWiki:Main.GrantBow - 15 Jan 2003
-- TWiki:Main.PeterMasiar - 28 May 2003

Admin tools

Manage whole TWiki site from one screen.

Web Tools Use to...
AECAI Home of AECAI web Search AECAI web Recent changes in the AECAI web Get notified of changes to the AECAI web Preferences of AECAI web Statistics of AECAI web Bullet list of all topics Index of all topics ...collaborate on
AECAI2015 Home of AECAI2015 web Search AECAI2015 web Recent changes in the AECAI2015 web Get notified of changes to the AECAI2015 web Preferences of AECAI2015 web Statistics of AECAI2015 web Bullet list of all topics Index of all topics ...collaborate on
AMIARCS Home of AMIARCS web Search AMIARCS web Recent changes in the AMIARCS web Get notified of changes to the AMIARCS web Preferences of AMIARCS web Statistics of AMIARCS web Bullet list of all topics Index of all topics ...collaborate on
AMIARCS08 Home of AMIARCS08 web Search AMIARCS08 web Recent changes in the AMIARCS08 web Get notified of changes to the AMIARCS08 web Preferences of AMIARCS08 web Statistics of AMIARCS08 web Bullet list of all topics Index of all topics display webpage of amiarcs 08
AMIARCS09 Home of AMIARCS09 web Search AMIARCS09 web Recent changes in the AMIARCS09 web Get notified of changes to the AMIARCS09 web Preferences of AMIARCS09 web Statistics of AMIARCS09 web Bullet list of all topics Index of all topics ...collaborate on Augmented environments for Medical Imaging including Augmented Reality in Computer-aided Surgery
AMICARS? Home of AMICARS web? Search AMICARS web? Recent changes in the AMICARS web Get notified of changes to the AMICARS web Preferences of AMICARS web Statistics of AMICARS web Bullet list of all topics Index of all topics ...collaborate on
ARC Home of ARC web Search ARC web Recent changes in the ARC web Get notified of changes to the ARC web Preferences of ARC web Statistics of ARC web Bullet list of all topics Index of all topics Avicenna-Roentgen Collaboration
ARForum Home of ARForum web Search ARForum web Recent changes in the ARForum web Get notified of changes to the ARForum web Preferences of ARForum web Statistics of ARForum web Bullet list of all topics Index of all topics ...collaborate on
CAMPing2012 Home of CAMPing2012 web Search CAMPing2012 web Recent changes in the CAMPing2012 web Get notified of changes to the CAMPing2012 web Preferences of CAMPing2012 web Statistics of CAMPing2012 web Bullet list of all topics Index of all topics ...collaborate on
CAMPing2013 Home of CAMPing2013 web Search CAMPing2013 web Recent changes in the CAMPing2013 web Get notified of changes to the CAMPing2013 web Preferences of CAMPing2013 web Statistics of CAMPing2013 web Bullet list of all topics Index of all topics ...collaborate on CAMPING 2013
CAMPing2014 Home of CAMPing2014 web Search CAMPing2014 web Recent changes in the CAMPing2014 web Get notified of changes to the CAMPing2014 web Preferences of CAMPing2014 web Statistics of CAMPing2014 web Bullet list of all topics Index of all topics ...collaborate on CAMPING 2013
CAMPing2015 Home of CAMPing2015 web Search CAMPing2015 web Recent changes in the CAMPing2015 web Get notified of changes to the CAMPing2015 web Preferences of CAMPing2015 web Statistics of CAMPing2015 web Bullet list of all topics Index of all topics Organize the Camping 2015 event.
CAS Home of CAS web Search CAS web Recent changes in the CAS web Get notified of changes to the CAS web Preferences of CAS web Statistics of CAS web Bullet list of all topics Index of all topics
CVIISTENT2015 Home of CVIISTENT2015 web Search CVIISTENT2015 web Recent changes in the CVIISTENT2015 web Get notified of changes to the CVIISTENT2015 web Preferences of CVIISTENT2015 web Statistics of CVIISTENT2015 web Bullet list of all topics Index of all topics Computing and Visualization for Intravascular Imaging and Computer Assisted Stenting
CVIISTENT2016 Home of CVIISTENT2016 web Search CVIISTENT2016 web Recent changes in the CVIISTENT2016 web Get notified of changes to the CVIISTENT2016 web Preferences of CVIISTENT2016 web Statistics of CVIISTENT2016 web Bullet list of all topics Index of all topics ...collaborate on
CVIISTENT2017 Home of CVIISTENT2017 web Search CVIISTENT2017 web Recent changes in the CVIISTENT2017 web Get notified of changes to the CVIISTENT2017 web Preferences of CVIISTENT2017 web Statistics of CVIISTENT2017 web Bullet list of all topics Index of all topics ...collaborate on
CVIISTENT2018 Home of CVIISTENT2018 web Search CVIISTENT2018 web Recent changes in the CVIISTENT2018 web Get notified of changes to the CVIISTENT2018 web Preferences of CVIISTENT2018 web Statistics of CVIISTENT2018 web Bullet list of all topics Index of all topics ...collaborate on
CamCWorkshop2011 Home of CamCWorkshop2011 web Search CamCWorkshop2011 web Recent changes in the CamCWorkshop2011 web Get notified of changes to the CamCWorkshop2011 web Preferences of CamCWorkshop2011 web Statistics of CamCWorkshop2011 web Bullet list of all topics Index of all topics CamC? Workshop 2011
Chair Home of Chair web Search Chair web Recent changes in the Chair web Get notified of changes to the Chair web Preferences of Chair web Statistics of Chair web Bullet list of all topics Index of all topics
DWARF Home of DWARF web Search DWARF web Recent changes in the DWARF web Get notified of changes to the DWARF web Preferences of DWARF web Statistics of DWARF web Bullet list of all topics Index of all topics
DeepLearning2016 Home of DeepLearning2016 web Search DeepLearning2016 web Recent changes in the DeepLearning2016 web Get notified of changes to the DeepLearning2016 web Preferences of DeepLearning2016 web Statistics of DeepLearning2016 web Bullet list of all topics Index of all topics ...collaborate on
DeepLearning2017 Home of DeepLearning2017 web Search DeepLearning2017 web Recent changes in the DeepLearning2017 web Get notified of changes to the DeepLearning2017 web Preferences of DeepLearning2017 web Statistics of DeepLearning2017 web Bullet list of all topics Index of all topics ...collaborate on
DefRegTutorial Home of DefRegTutorial web Search DefRegTutorial web Recent changes in the DefRegTutorial web Get notified of changes to the DefRegTutorial web Preferences of DefRegTutorial web Statistics of DefRegTutorial web Bullet list of all topics Index of all topics ...collaborate on
DisCent Home of DisCent web Search DisCent web Recent changes in the DisCent web Get notified of changes to the DisCent web Preferences of DisCent web Statistics of DisCent web Bullet list of all topics Index of all topics ...collaborate on
DiscussIt Home of DiscussIt web Search DiscussIt web Recent changes in the DiscussIt web Get notified of changes to the DiscussIt web Preferences of DiscussIt web Statistics of DiscussIt web Bullet list of all topics Index of all topics ...collaborate on
Events Home of Events web Search Events web Recent changes in the Events web Get notified of changes to the Events web Preferences of Events web Statistics of Events web Bullet list of all topics Index of all topics ...collaborate on
External Home of External web Search External web Recent changes in the External web Get notified of changes to the External web Preferences of External web Statistics of External web Bullet list of all topics Index of all topics Hauptsächlich genutzt um einem beschränkten externen Leserkreis Zugriff auf geschützte Dokumente zu geben ohne im Chair web zugriffsbeschränkungen vergeben zu müssen.
Far Home of Far web Search Far web Recent changes in the Far web Get notified of changes to the Far web Preferences of Far web Statistics of Far web Bullet list of all topics Index of all topics ...collaborate on
FourDMod Home of FourDMod web Search FourDMod web Recent changes in the FourDMod web Get notified of changes to the FourDMod web Preferences of FourDMod web Statistics of FourDMod web Bullet list of all topics Index of all topics ...collaborate on
FourDMod13 Home of FourDMod13 web Search FourDMod13 web Recent changes in the FourDMod13 web Get notified of changes to the FourDMod13 web Preferences of FourDMod13 web Statistics of FourDMod13 web Bullet list of all topics Index of all topics ...collaborate on
Helmholtz Home of Helmholtz web Search Helmholtz web Recent changes in the Helmholtz web Get notified of changes to the Helmholtz web Preferences of Helmholtz web Statistics of Helmholtz web Bullet list of all topics Index of all topics ...collaborate on
IGI Home of IGI web Search IGI web Recent changes in the IGI web Get notified of changes to the IGI web Preferences of IGI web Statistics of IGI web Bullet list of all topics Index of all topics ...collaborate on
IPCAI2010 Home of IPCAI2010 web Search IPCAI2010 web Recent changes in the IPCAI2010 web Get notified of changes to the IPCAI2010 web Preferences of IPCAI2010 web Statistics of IPCAI2010 web Bullet list of all topics Index of all topics ...collaborate on
IPCAI2011 Home of IPCAI2011 web Search IPCAI2011 web Recent changes in the IPCAI2011 web Get notified of changes to the IPCAI2011 web Preferences of IPCAI2011 web Statistics of IPCAI2011 web Bullet list of all topics Index of all topics ...collaborate on
IPCAI2012 Home of IPCAI2012 web Search IPCAI2012 web Recent changes in the IPCAI2012 web Get notified of changes to the IPCAI2012 web Preferences of IPCAI2012 web Statistics of IPCAI2012 web Bullet list of all topics Index of all topics ...collaborate on
IPCAI2013 Home of IPCAI2013 web Search IPCAI2013 web Recent changes in the IPCAI2013 web Get notified of changes to the IPCAI2013 web Preferences of IPCAI2013 web Statistics of IPCAI2013 web Bullet list of all topics Index of all topics ...collaborate on
IPCAI2014 Home of IPCAI2014 web Search IPCAI2014 web Recent changes in the IPCAI2014 web Get notified of changes to the IPCAI2014 web Preferences of IPCAI2014 web Statistics of IPCAI2014 web Bullet list of all topics Index of all topics ...collaborate on
ISMAR Home of ISMAR web Search ISMAR web Recent changes in the ISMAR web Get notified of changes to the ISMAR web Preferences of ISMAR web Statistics of ISMAR web Bullet list of all topics Index of all topics ...collaborate on
ISMAR07TT Home of ISMAR07TT web Search ISMAR07TT web Recent changes in the ISMAR07TT web Get notified of changes to the ISMAR07TT web Preferences of ISMAR07TT web Statistics of ISMAR07TT web Bullet list of all topics Index of all topics for ISMAR 07 Tracking Tutorial
ISMAR08IAR Home of ISMAR08IAR web Search ISMAR08IAR web Recent changes in the ISMAR08IAR web Get notified of changes to the ISMAR08IAR web Preferences of ISMAR08IAR web Statistics of ISMAR08IAR web Bullet list of all topics Index of all topics ...collaborate on
ImVis2014 Home of ImVis2014 web Search ImVis2014 web Recent changes in the ImVis2014 web Get notified of changes to the ImVis2014 web Preferences of ImVis2014 web Statistics of ImVis2014 web Bullet list of all topics Index of all topics ...collaborate on CAMPING 2013
ImVis2015 Home of ImVis2015 web Search ImVis2015 web Recent changes in the ImVis2015 web Get notified of changes to the ImVis2015 web Preferences of ImVis2015 web Statistics of ImVis2015 web Bullet list of all topics Index of all topics Organize the Camping 2015 event.
ImVis2016 Home of ImVis2016 web Search ImVis2016 web Recent changes in the ImVis2016 web Get notified of changes to the ImVis2016 web Preferences of ImVis2016 web Statistics of ImVis2016 web Bullet list of all topics Index of all topics Organize the Camping 2016 event.
ImVis2017 Home of ImVis2017 web Search ImVis2017 web Recent changes in the ImVis2017 web Get notified of changes to the ImVis2017 web Preferences of ImVis2017 web Statistics of ImVis2017 web Bullet list of all topics Index of all topics ...collaborate on
Japanese Home of Japanese web Search Japanese web Recent changes in the Japanese web Get notified of changes to the Japanese web Preferences of Japanese web Statistics of Japanese web Bullet list of all topics Index of all topics ...collaborate on
LABELS2016 Home of LABELS2016 web Search LABELS2016 web Recent changes in the LABELS2016 web Get notified of changes to the LABELS2016 web Preferences of LABELS2016 web Statistics of LABELS2016 web Bullet list of all topics Index of all topics ...collaborate on
MEDAR Home of MEDAR web Search MEDAR web Recent changes in the MEDAR web Get notified of changes to the MEDAR web Preferences of MEDAR web Statistics of MEDAR web Bullet list of all topics Index of all topics ...collaborate on
MICCAI2015 Home of MICCAI2015 web Search MICCAI2015 web Recent changes in the MICCAI2015 web Get notified of changes to the MICCAI2015 web Preferences of MICCAI2015 web Statistics of MICCAI2015 web Bullet list of all topics Index of all topics
Main Home of Main web Search Main web Recent changes in the Main web Get notified of changes to the Main web Preferences of Main web Statistics of Main web Bullet list of all topics Index of all topics ...get a first-hand feel for TWiki possibilities.
MedicalARTutorial07 Home of MedicalARTutorial07 web Search MedicalARTutorial07 web Recent changes in the MedicalARTutorial07 web Get notified of changes to the MedicalARTutorial07 web Preferences of MedicalARTutorial07 web Statistics of MedicalARTutorial07 web Bullet list of all topics Index of all topics ...collaborate on
Medizin Home of Medizin web Search Medizin web Recent changes in the Medizin web Get notified of changes to the Medizin web Preferences of Medizin web Statistics of Medizin web Bullet list of all topics Index of all topics ...collaborate on
Moca Home of Moca web Search Moca web Recent changes in the Moca web Get notified of changes to the Moca web Preferences of Moca web Statistics of Moca web Bullet list of all topics Index of all topics ...collaborate on
Narvis Home of Narvis web Search Narvis web Recent changes in the Narvis web Get notified of changes to the Narvis web Preferences of Narvis web Statistics of Narvis web Bullet list of all topics Index of all topics ...collaborate on
RBC Home of RBC web Search RBC web Recent changes in the RBC web Get notified of changes to the RBC web Preferences of RBC web Statistics of RBC web Bullet list of all topics Index of all topics ...collaborate on
RBC2005 Home of RBC2005 web Search RBC2005 web Recent changes in the RBC2005 web Get notified of changes to the RBC2005 web Preferences of RBC2005 web Statistics of RBC2005 web Bullet list of all topics Index of all topics ...collaborate on
STENT2012 Home of STENT2012 web Search STENT2012 web Recent changes in the STENT2012 web Get notified of changes to the STENT2012 web Preferences of STENT2012 web Statistics of STENT2012 web Bullet list of all topics Index of all topics ...collaborate on
STENT2013 Home of STENT2013 web Search STENT2013 web Recent changes in the STENT2013 web Get notified of changes to the STENT2013 web Preferences of STENT2013 web Statistics of STENT2013 web Bullet list of all topics Index of all topics ...collaborate on
Sandbox Home of Sandbox web Search Sandbox web Recent changes in the Sandbox web Get notified of changes to the Sandbox web Preferences of Sandbox web Statistics of Sandbox web Bullet list of all topics Index of all topics ...experiment in an unrestricted hands-on web.
Students Home of Students web Search Students web Recent changes in the Students web Get notified of changes to the Students web Preferences of Students web Statistics of Students web Bullet list of all topics? Index of all topics ...collaborate on, documentation for lab courses, seminars, ...
TUMrecon Home of TUMrecon web Search TUMrecon web Recent changes in the TUMrecon web Get notified of changes to the TUMrecon web Preferences of TUMrecon web Statistics of TUMrecon web Bullet list of all topics Index of all topics ...collaborate on
TWiki Home of TWiki web Search TWiki web Recent changes in the TWiki web Get notified of changes to the TWiki web Preferences of TWiki web Statistics of TWiki web Bullet list of all topics Index of all topics ...discover TWiki details, and how to start your own site.
TrackingCompetition Home of TrackingCompetition web Search TrackingCompetition web Recent changes in the TrackingCompetition web Get notified of changes to the TrackingCompetition web Preferences of TrackingCompetition web Statistics of TrackingCompetition web Bullet list of all topics Index of all topics ...collaborate on
TrackingCompetitionInternal Home of TrackingCompetitionInternal web Search TrackingCompetitionInternal web Recent changes in the TrackingCompetitionInternal web Get notified of changes to the TrackingCompetitionInternal web Preferences of TrackingCompetitionInternal web Statistics of TrackingCompetitionInternal web Bullet list of all topics Index of all topics ...collaborate on
TrackingSeminar Home of TrackingSeminar web Search TrackingSeminar web Recent changes in the TrackingSeminar web Get notified of changes to the TrackingSeminar web Preferences of TrackingSeminar web Statistics of TrackingSeminar web Bullet list of all topics Index of all topics ...collaborate on
UbiTrack Home of UbiTrack web Search UbiTrack web Recent changes in the UbiTrack web Get notified of changes to the UbiTrack web Preferences of UbiTrack web Statistics of UbiTrack web Bullet list of all topics Index of all topics ...collaborate on
Visitors Home of Visitors web Search Visitors web Recent changes in the Visitors web Get notified of changes to the Visitors web Preferences of Visitors web Statistics of Visitors web Bullet list of all topics Index of all topics ...collaborate on
Workflow Home of Workflow web Search Workflow web Recent changes in the Workflow web Get notified of changes to the Workflow web Preferences of Workflow web Statistics of Workflow web Bullet list of all topics Index of all topics ...collaborate on
This table is updated automatically based on WebPreferences settings of the individual webs.
Legend:   Home of web WebHome Search web WebSearch Recent changes in the web WebChanges Get notified of changes to the web WebNotify
    Preferences of web WebPreferences Statistics of web WebStatistics Bullet list of all topics WebTopicList Index of all topics WebIndex

Plugins: TWikiPlugins, TWikiFuncModule

  • DefaultPlugin: This plugin can be used to specify some simple custom rendering rules. It also renders depreciated *_text_* as bold italic text.
  • SpreadSheetPlugin: Add spreadsheet calculation like "$SUM( $ABOVE() )" to tables located in TWiki topics.
  • CommentPlugin: Allows users to quickly post comments to a page without an edit/preview/save cycle.
  • DateFieldPlugin: Adds a date type to forms
  • DateTimePlugin: Extends the %GMTIME{"format"}% variable with more options and internationalization suport.
  • EditTablePlugin: Edit TWiki tables using edit fields, date pickers and drop down boxes
  • InterwikiPlugin: Link ExternalSite:Page text to external sites based on aliases defined in the InterWikis topic
  • RedirectPlugin: This plugin allows one to produce TWiki topics that automatically redirect to other TWiki topics or URLs.
  • RenderListPlugin: Render bullet lists in a variety of formats
  • SlideShowPlugin: Create web based presentations based on topics with headings.
  • SmiliesPlugin: Render smilies as icons, like  :-) for smile or  :cool: for cool!
  • SyntaxHighlightingPlugin: This Plugin is used to emphasize the rendering of your twiki text according to several languages.
  • TablePlugin: Control attributes of tables and sorting of table columns
  • VotePlugin: Simple way to count votes

Versions:

  • TWiki engine: 04 Sep 2004 $Rev: 1742 $
  • Plugin API: 1.025

-- TWiki:Main.PeterMasiar - 02 Jul 2003
-- TWiki:Main.PeterThoeny - 15 Aug 2004

Appendix C: Encode URLs With UTF8

This page addresses implemented UTF-8 support for URLs only. The overall plan for UTF-8 support for TWiki is described in TWiki:Codev.ProposedUTF8SupportForI18N .

Current Status

To simplify use of internationalised characters within WikiWords and attachment names, TWiki now supports UTF-8 URLs, converting on-the-fly to virtually any character set, including ISO-8859-*, KOI8-R, EUC-JP, and so on.

Support for UTF-8 URL encoding avoids having to configure the browser to turn off this encoding in URLs (the default in Internet Explorer, Opera Browser and some Mozilla Browser URLs) and enables support of browsers where only this mode is supported (e.g. Opera Browser for Symbian smartphones). A non-UTF-8 site character set (e.g. ISO-8859-*) is still used within TWiki, and in fact pages are stored and viewed entirely in the site character set - the browser dynamically converts URLs from the site character set into UTF-8, and TWiki converts them back again.

System requirements are updated as follows:

  • ASCII or ISO-8859-1-only sites do not require any additional CPAN modules to be installed.
  • Perl 5.8 sites using any character set do not require additional modules, since CPAN:Encode is installed as part of Perl.
  • This feature still works on Perl 5.005_03 as per TWikiSystemRequirements, or Perl 5.6, as long as CPAN:Unicode::MapUTF8 is installed.

ISO-2022-*, HZ-* and other 'non-ASCII-safe' multi-byte character sets are now specifically excluded from use as the site character set, since they interfere with TWiki ML; however, many multi-byte character sets work fine, e.g. EUC-JP, GB2312, etc.

It's now possible to override the site character set defined in the $siteLocale setting in TWiki.cfg - this enables you to have a slightly different spelling of the character set in the server locale (e.g. 'eucjp') and the HTTP header sent to the browser (e.g. 'euc-jp').

This feature should also support use of Mozilla Browser with TWiki:Codev.TWikiOnMainframe (as long as mainframe web server can convert or pass through UTF-8 URLs) - however, this specific combination is not tested. Other browser-server combinations should not have any problems.

Please note that use of UTF-8 as the site character set is not yet supported - see Phase 2 of TWiki:Codev.ProposedUTF8SupportForI18N for plans and work to date in this area.

This feature is complete in TWiki releases newer than February 2004.

Note for skin developers: %INTURLENCODE% is no longer required (TWiki:Plugins.InternationalisingYourSkin).

Details of Implementation

URLs are not allowed to contain non-ASCII (8th bit set) characters: http://www.w3.org/TR/html4/appendix/notes.html#non-ascii-chars

The overall plan for UTF-8 support for TWiki is described in two phases in TWiki:/Codev.ProposedUTF8SupportForI18N - this page addresses the first phase, in which UTF-8 is supported for URLs only.

UTF-8 URL translation to virtually any character set is supported as of TWiki Release 01 Sep 2004, but full UTF-8 support (e.g. pages in UTF-8) is not supported yet - this will be phase 2.

The code automatically detects whether a URL is UTF-8 or not, taking care to avoid over-long and illegal UTF-8 encodings that could introduce TWiki:Codev.MajorSecurityProblemWithIncludeFileProcessing (tested against a comprehensive UTF-8 test file, which IE 5.5 fails quite dangerously, and Opera Browser passes). Any non-ASCII URLs that are not valid UTF-8 are then assumed to be directly URL-encoded as a single-byte or multi-byte character set (as now), e.g. EUC-JP.

The main point is that you can use TWiki with international characters in WikiWords without changing your browser setup from the default, and you can also still use TWiki using non-UTF-8 URLs. This works on any Perl version from 5.005_03 onwards and corresponds to Phase 1 of TWiki:Codev.ProposedUTF8SupportForI18N. You can have different users using different URL formats transparently on the same server.

UTF-8 URLs are automatically converted to the current $siteCharset (from the TWiki.cfg locale setting), using modules such as CPAN:Encode if needed.

TWiki generates the whole page in the site charset, e.g. ISO-8859-1 or EUC-JP, but the browser dynamically UTF-8 encodes the attachment's URL when it's used. Since Apache serves attachment downloads without TWiki being involved, TWiki's code can't do its UTF-8 decoding trick, so TWiki URL-encodes such URLs in ISO-8859-1 or whatever when generating the page, to bypass this URL encoding, ensuring that the URLs and filenames seen by Apache remain in the site charset.

TWiki:Codev.TWikiOnMainframe uses EBCDIC web servers that typically translate their output to ASCII, UTF-8 or ISO-8859-1 (and URLs in the other direction) since there are so few EBCDIC web browsers. Such web servers don't work with even ISO-8859-1 URLs if they are URL encoded, since the automated translation is bypassed for URL-encoded characters. For TWiki on Mainframe, TWiki assumes that the web server will automatically translate UTF-8 URLs into EBCDIC URLs, as long as URL encoding is turned off in TWiki pages.

Testing and Limitation

It should work with TWiki:Codev.TWikiOnMainframe. Tested with IE 5.5, Opera 7.11 and Mozilla (Firebird 0.7).

Opera Browser on the P800 smartphone is working for page viewing but leads to corrupt page names when editing pages.

For up to date information see TWiki:Codev.EncodeURLsWithUTF8

-- TWiki:Main.RichardDonkin - 7 Jan 2004
-- TWiki:Main.MattWilkie - 10 Aug 2004
-- TWiki:Main.PeterThoeny - 14 Aug 2004

Appendix A: TWiki Filesystem

Annotated directory and file listings, for the 01-Sep-2004 TWiki production release.

Who and What is This Good For?

Interested Users and Site Administrators can find out in simple terms what each part of TWiki actually does. Adventurous Adminstrators with server access to files (via telnet, ssh or ftp) can also figure out where to look to make minor modifications, like changing hardcode text or color. Software Developers can get an at-a-glance overview of TWiki code architecture.

Directory Structure

You can rename the root TWiki directory - twiki - to whatever you like by changing it in the TWiki.cfg configuration file. However, to keep the current installation and future upgrades simple, you should leave the five main subdirectories intact:

Directory: Files: Used for:
twiki list Start-up info
twiki/bin list Perl scripts
twiki/lib list Configuration file, main library, Perl system modules, Plugins directory
twiki/pub list Public files (eg: images) and FileAttachments and their RCS histories
twiki/data list Individual topics (page content) and their RCS histories
twiki/templates list HTML templates, used by TWiki scripts

File Descriptions

A rundown of the individual files included in the current distribution, organized by TWiki root directories.

Files in twiki

Application info and the current reference documentation. Full file list:

File Used for
index.html Links to launch TWiki after install and for files in this directory
license.txt GNU General Public License and TWiki-specific info
readme.txt General TWiki start-up info with relevant URLs
TWikiDocumentation.html All documentation packaged as a single page
TWikiHistory.html TWiki development timeline: versions, features, developers
TwikiUpgrade TWiki upgrade script (Beta state)

Files in twiki/bin

Perl CGI scripts. Full file list:

File: Used for:
.htaccess.txt Authentication. Rename to .htaccess and customize if used
attach Shows the attach file page (FileAttachment)
changes a simple WebChanges query
edit Edit a topic
geturl Fetch URL data
installpasswd Install new password by admin
mailnotify Script called by cron job to notify users of changes
manage Manage script to create new webs
oops Shows an OK or oops dialog
passwd Reset and change password
preview Preview topic after edit
rdiff See differences of topics
rdiffauth Copy of rdiff script (ideally a link). The .htaccess file sets this as requiring authorisation
register Register new users
rename Rename/move topics and move attachments
save Saves a topic, called by preview
search Displays search results
setlib.cfg Location of the TWiki libraries. Customize if needed
statistics Create statistics topic
testenv Test CGI environment variables
upload Does file upload (FileAttachment)
view View a topic (the script)
viewauth Copy of view script (ideally a link). The .htaccess file sets this as requiring authorisation
viewfile View a file attachment

Files under twiki/lib

The new lib/TWiki/Plugins directories contain configuration, library and function files, and TWikiPlugins. Full file list:

File: Used for:
TWiki.cfg Main configuration, used by TWiki.pm
TWiki.pm Main TWiki library
Algorithm/Diff.pm Diff library
Text/Diff.pm Diff library, used by TwikiUpgrade script
TWiki/Access.pm Access control
TWiki/Attach.pm Attachment handling
TWiki/Form.pm Form handling
TWiki/Func.pm Public functions that Plugins may use
TWiki/Meta.pm Meta data in topics
TWiki/Net.pm SMTP mail handling
TWiki/Plugins.pm Plugin handling
TWiki/Plugins/CommentPlugin.pm Plugin handling a comment box
TWiki/Plugins/CommentPlugin/Attrs.pm Supporting module for Comment Plugin
TWiki/Plugins/CommentPlugin/Comment.pm Supporting module for Comment Plugin
TWiki/Plugins/CommentPlugin/Templates.pm Supporting module for Comment Plugin
TWiki/Plugins/DefaultPlugin.pm Handles some legacy rules
TWiki/Plugins/EditTablePlugin.pm Plugin to edit tables
TWiki/Plugins/EmptyPlugin.pm Empty plugin, use to create your own
TWiki/Plugins/InterwikiPlugin.pm Use aliases as links for predefined URLs
TWiki/Plugins/RenderListPlugin.pm Plugin to render lists as nice trees
TWiki/Plugins/SlideShowPlugin.pm Plugin turning headings into slides
TWiki/Plugins/SmiliesPlugin.pm Plugin rendering smilies like :-)
TWiki/Plugins/SpreadSheetPlugin.pm Plugin resolving spreadsheet formulae
TWiki/Plugins/TablePlugin.pm Plugin to render tables nicely
TWiki/Prefs.pm Preferences handling
TWiki/Render.pm TWiki markup to HTML rendering
TWiki/Search.pm Search engine, used by TWiki.pm
TWiki/Store.pm Back-end storage, *.txt text file and *.txt,v RCS repository file handling
TWiki/Store/RcsFile.pm Generic file handling code, a class
TWiki/Store/RcsWrap.pm Wrappers around RCS executables, a class that inherits from RcsFile
TWiki/Store/RcsLite.pm A Perl RCS implemention, a class that inherits from RcsFile
TWiki/UI.pm User interface handling
TWiki/UI/Changes.pm Functionality of changes script
TWiki/UI/Edit.pm Functionality of edit script
TWiki/UI/Manage.pm Functionality of manage script
TWiki/UI/Oops.pm Functionality of oops script
TWiki/UI/Preview.pm Functionality of preview script
TWiki/UI/RDiff.pm Functionality of rdiff script
TWiki/UI/Save.pm Functionality of save script
TWiki/UI/Search.pm Functionality of search script
TWiki/UI/Statistics.pm Functionality of statistics script
TWiki/UI/Upload.pm Functionality of upload script
TWiki/UI/View.pm Functionality of view script
TWiki/UI/Viewfile.pm Functionality of viewfile script
TWiki/Upgrade/TWikiCfg.pm Supporting module of TwikiUpgrade script
TWiki/Upgrade/UpdateTopics.pm Supporting module of TwikiUpgrade script
TWiki/Upgrade/UpdateTopicsManualSymlinks.pm Supporting module of TwikiUpgrade script
TWiki/User.pm Abstraction package to allow plugable user authentication systems
TWiki/User/HtPasswdUser.pm Apache Htpasswd file implementation (the default)
TWiki/User/NoPasswdUser.pm simple, no users authentication (totally wiki)

Files under twiki/pub

The pub directory stores topic-related files, including images used by TWiki and FileAttachments. Attachments are stored in subdirectories created with the related topic name. You can also upload files directly for and link manually (but not through Attach) Partial file list:

File: Used for:
favicon.ico ICO file
wikiHome.gif GIF file
icn/_filetypes.txt Lookup table to translate file extension to file type
icn/bat.gif GIF file for file type
icn/bmp.gif GIF file for file type
... ...
TWiki/FileAttachment/Sample.txt TEXT file: sample
TWiki/FileAttachment/Smile.gif GIF image: sample
TWiki/FileAttachment/Smile.gif,v RCS repository for GIF file
TWiki/PreviewBackground/blankltgraybg.gif GIF image
TWiki/PreviewBackground/blankwhitebg.gif GIF image
TWiki/PreviewBackground/previewbg.gif GIF image: Preview view background
TWiki/PreviewBackground/preview2bg.gif GIF image: Alternate preview view background
TWiki/TWikiLogos/twikiRobot121x54.gif GIF image: TWiki logo
... ...
TWiki/TWikiTemplates/testscreen.gif GIF image: Screen shot
TWiki/WabiSabi/wabisabi.gif GIF image: illustration

Files under twiki/data

TWiki topics: data stored as individual text files and rendered by TWiki for display as regular Web pages. Each active web has its own subdirectory. The TWiki distribution includes a number of start-up webs - Main, TWiki, and Sandbox - with documentation and demo content, a Trash web for browser-based, recoverable topic deletion, and a _default directory containing a core topic set required to start a new web. Partial file list:

File: Used for:
.htpasswd Basic Authentication (htaccess) users file with username and encrypted password pairs
debug.txt Program-generated messages useful for debugging
mime.types Recognized file formats
warning.txt Diagnostic messages for identifying problems
_default/.changes Per web record of topic changes
_default/.mailnotify Per web timestamp of most recent email notification
_default/WebChanges.txt Display most recent topic changes in web
_default/WebChanges.txt,v Revisions history (RCS)
_default/WebHome.txt Default web home page
_default/WebHome.txt,v Revisions history (RCS)
_default/WebIndex.txt Lists all topics in a web
_default/WebIndex.txt,v Revisions history (RCS)
_default/WebLeftBar.txt Left navigation bar for PatternSkin
_default/WebLeftBar.txt,v Revisions history (RCS)
_default/WebNotify.txt Subscribe/unsubscribe to web changes email alert
_default/WebNotify.txt,v Revisions history (RCS)
_default/WebPreferences.txt Per web Preference Settings
_default/WebPreferences.txt,v Revisions history (RCS)
_default/WebSearch.txt Per web search options
_default/WebSearch.txt,v Revisions history (RCS)
_default/WebStatistics.txt Generates web usage statistics
_default/WebStatistics.txt,v Revisions history (RCS)
_default/WebTopicList.txt Lists all topics in a web in compact format
_default/WebTopicList.txt,v Revisions history (RCS)
... ...

Files in twiki/templates

Templates and skins used to control appearance of topics rendered as Web pages. Partial file list:

File: Used for:
attach.tmpl Attachment (FileAttachments) control screen
attachagain.tmpl Attachment control screen for updating an existing attachment
attachnew.tmpl Attachment control screen for adding a new attachment
attachtables.tmpl Macros for definition of attachment tables
changeform.tmpl Control screen to change the form in edit mode
changes.tmpl Displays list of recently changed topics
edit.iejs.tmpl Edit window with IE-specific JavaScript
edit.tmpl Main edit window
mailnotify.tmpl Email notification
moveattachment.tmpl Move attachment control screen
oopsaccesschange.tmpl Error message
oopsaccessgroup.tmpl Error message
oopsaccessmanage.tmpl Error message
oopsaccessrename.tmpl Error message
oopsaccessview.tmpl Error message
oopsattachnotopic.tmpl Error message
oopsauth.tmpl Error message
oopsbadcharset.tmpl Error message
oopsbadpwformat.tmpl Error message
oopschangepasswd.tmpl Error message
oopscreatenewtopic.tmpl Error message
oopsempty.tmpl Error message
oopslocked.tmpl Error message
oopslockedrename.tmpl Error message
oopsmanage.tmpl Error message
oopsmissing.tmpl Error message
oopsmngcreateweb.tmpl Error message
oopsmore.tmpl More topic actions message
oopsmoveerr.tmpl Error message
oopsnoformdef.tmpl Error message
oopsnotwikiuser.tmpl Error message
oopsnoweb.tmpl Error message
oopspreview.tmpl Error message
oopsregemail.tmpl Error message
oopsregexist.tmpl Error message
oopsregpasswd.tmpl Error message
oopsregrequ.tmpl Error message
oopsregthanks.tmpl Error message
oopsregwiki.tmpl Error message
oopsremoveuserdone.tmpl Error message
oopsrenameerr.tmpl Error message
oopsrenamenotwikiword.tmpl Error message
oopsresetpasswd.tmpl Error message
oopsrev.tmpl Error message
oopssave.tmpl Error message
oopssaveerr.tmpl Error message
oopssendmailerr.tmpl Error message
oopstopicexists.tmpl Error message
oopsupload.tmpl Error message
oopsuploadlimit.tmpl Error message
oopswrongpassword.tmpl Error message
preview.tmpl Preview Changes screen
rdiff.tmpl Displays text changes before & after Diffs
registernotify.tmpl Registration notification
rename.tmpl Rename/move control screen (choose web & new topic tile
renamebase.tmpl Used by other rename templates
renameconfirm.tmpl Confirms a pre-specified rename, ex: undoing a rename
renamedelete.tmpl Confirms a delete
renamerefs.tmpl Display if rename done, but some references not changed (topics were locked)
search.tmpl Search screen
searchbookview.tmpl Search results with full topic content
searchformat.tmpl Search screen for formatted search
searchmeta.tmpl Search screen
searchrenameview.tmpl Used by rename to list references to topic being renamed
twiki.tmpl Master template: definitions are used by other templates
view.plain.tmpl Skin for bare bone topic view without header/footer but with HTML head and body tags
view.print.tmpl Skin for printable topic view with a simple header/footer
view.rss.tmpl Skin for topic view in RDF XML format
view.text.tmpl Skin for topic text only, without HTML head and body tags, and no form and attachments
view.tmpl Main topic view - the standard regular Web page

TWiki File System Snapshot

The following partial directory listings from a Linux installation show typical file permissions and ownership. This is provided for general debugging use only and isn't an exact representation of the current distribution.

  • TIP On an ISP installation... The user and group - twiki twiki - will probably be your domain or login name, eg: yourdomain yourdomain and can't be changed; same for nobody nobody files further down. Also, in the bin directory, scripts might need a .cgi (sometimes .pl) extension.

Directory twiki/bin:

drwxrwxr-x    2 twiki   twiki        4096 May  9 00:08 .
drwxrwxr-x    5 twiki   twiki        4096 Nov 18  2002 ..
-rw-rw-r--    1 twiki   twiki        3145 Jul 25 00:31 .htaccess.txt
-rwxrwxr-x    1 twiki   twiki        1459 May 28 23:51 attach
-rwxrwxr-x    1 twiki   twiki        1721 May 28 23:51 changes
-rwxrwxr-x    1 twiki   twiki        1994 May 28 23:51 edit
-rwxrwxr-x    1 twiki   twiki        1878 May 28 23:51 geturl
-rwxrwxr-x    1 twiki   twiki        6689 May 28 23:51 installpasswd
-rwxrwxr-x    1 twiki   twiki        7313 May 28 23:51 mailnotify
-rwxrwxr-x    1 twiki   twiki        3557 Jul 25 15:00 manage
-rwxrwxr-x    1 twiki   twiki        1448 May 28 23:51 oops
-rwxrwxr-x    1 twiki   twiki        4062 May 28 23:51 passwd
-rwxrwxr-x    1 twiki   twiki        1506 May 28 23:51 preview
-rwxrwxr-x    2 twiki   twiki        1490 May 28 23:51 rdiff
-rwxrwxr-x    2 twiki   twiki        1490 May 28 23:51 rdiffauth
-rwxrwxr-x    1 twiki   twiki        7635 May 28 23:51 register
-rwxrwxr-x    1 twiki   twiki        1774 May 28 23:51 rename
-rwxrwxr-x    1 twiki   twiki        1654 Jul 25 00:31 save
-rwxrwxr-x    1 twiki   twiki        1728 May 28 23:51 search
-rw-rw-r--    1 twiki   twiki        2131 Aug  7 21:13 setlib.cfg
-rwxrwxr-x    1 twiki   twiki        2596 May 28 23:51 statistics
-rwxrwxr-x    1 twiki   twiki       39926 Jul 25 15:00 testenv
-rwxrwxr-x    1 twiki   twiki        1478 May 28 23:51 upload
-rwxrwxr-x    2 twiki   twiki        1689 May 28 23:51 view
-rwxrwxr-x    2 twiki   twiki        1689 May 28 23:51 viewauth
-rwxrwxr-x    1 twiki   twiki        1438 May 28 23:51 viewfile

Directory twiki/templates/:

drwxrwxr-x    2 twiki   twiki        4096 Aug  7 19:09 .
drwxrwxr-x    4 twiki   twiki        4096 Aug  7 21:13 ..
-rw-rw-r--    1 twiki   users        2077 Aug 13 22:21 attachagain.pattern.tmpl
-rw-rw-r--    1 twiki   users        1650 Aug 13 22:21 attachagain.tmpl
-rw-rw-r--    1 twiki   twiki        2556 Jul 27 10:47 attach.dragon.tmpl
-rw-rw-r--    1 twiki   users         567 Jul 28 19:52 attachnew.pattern.tmpl
-rw-rw-r--    1 twiki   users         470 Jul 28 19:52 attachnew.tmpl
-rw-rw-r--    1 twiki   users        2855 Aug  8 03:40 attach.pattern.tmpl
-rw-rw-r--    1 twiki   users        1991 Aug  3 13:09 attachtables.pattern.tmpl
-rw-rw-r--    1 twiki   users        1869 Jul 27 22:03 attachtables.tmpl
-rw-rw-r--    1 twiki   users        2355 Jul 28 19:52 attach.tmpl
-rw-rw-r--    1 twiki   twiki        1324 Jul 27 10:47 changeform.dragon.tmpl
-rw-rw-r--    1 twiki   twiki        1441 Aug  6 11:47 changeform.pattern.tmpl
-rw-rw-r--    1 twiki   twiki        1032 Jul 28 19:52 changeform.tmpl
-rw-rw-r--    1 twiki   twiki        1870 Jul 27 10:47 changes.dragon.tmpl
-rw-rw-r--    1 twiki   twiki         433 Jul 31 12:39 changes.pattern.tmpl
-rw-rw-r--    1 twiki   twiki        1196 May 28 23:51 changes.tmpl
-rw-rw-r--    1 twiki   twiki          35 May 21 03:56 comments.tmpl
-rw-rw-r--    1 twiki   twiki         526 Jul 27 10:47 dragoncssvars.dragon.tmpl
-rw-rw-r--    1 twiki   twiki        1645 Jul 31 00:57 dragonmenu.dragon.tmpl
-rw-rw-r--    1 twiki   twiki        4207 Jul 27 10:47 edit.dragon.tmpl
-rw-rw-r--    1 twiki   twiki       12608 Jul 28 19:52 edit.iejs.tmpl
-rw-rw-r--    1 twiki   twiki        4904 Aug  7 17:48 edit.pattern.tmpl
-rw-rw-r--    1 twiki   twiki        3975 Aug  8 03:40 edit.tmpl
-rw-rw-r--    1 twiki   twiki         993 May 28 23:51 mailnotify.tmpl
-rw-rw-r--    1 twiki   twiki        1640 Jul 27 10:47 moveattachment.dragon.tmpl
-rw-rw-r--    1 twiki   twiki        1968 Aug  7 17:48 moveattachment.pattern.tmpl
-rw-rw-r--    1 twiki   twiki        1342 Jul 28 19:52 moveattachment.tmpl
-rw-rw-r--    1 twiki   twiki         571 May 28 23:51 oopsaccesschange.tmpl
-rw-rw-r--    1 twiki   twiki         587 May 28 23:51 oopsaccessgroup.tmpl
-rw-rw-r--    1 twiki   twiki         597 Aug  2 11:10 oopsaccessmanage.tmpl
-rw-rw-r--    1 twiki   twiki         572 May 28 23:51 oopsaccessrename.tmpl
-rw-rw-r--    1 twiki   twiki         574 May 28 23:51 oopsaccessview.tmpl
-rw-rw-r--    1 twiki   twiki         571 Aug  2 11:10 oopsattachnotopic.tmpl
-rw-rw-r--    1 twiki   twiki         998 May 28 23:51 oopsauth.tmpl
-rw-rw-r--    1 twiki   twiki         646 May 28 23:51 oopsbadcharset.tmpl
-rw-rw-r--    1 twiki   twiki         406 May 28 23:51 oopsbadpwformat.tmpl
-rw-rw-r--    1 twiki   twiki         345 May 28 23:51 oopschangepasswd.tmpl
-rw-rw-r--    1 twiki   twiki         382 May 28 23:51 oopscreatenewtopic.tmpl
-rw-rw-r--    1 twiki   twiki         627 Jul  7 23:11 oopsempty.tmpl
-rw-rw-r--    1 twiki   twiki         927 Aug  3 13:09 oopslocked.pattern.tmpl
-rw-rw-r--    1 twiki   twiki         612 Aug  2 11:10 oopslockedrename.pattern.tmpl
-rw-rw-r--    1 twiki   twiki         596 Aug  2 11:10 oopslockedrename.tmpl
-rw-rw-r--    1 twiki   twiki         910 Aug  3 13:09 oopslocked.tmpl
-rw-rw-r--    1 twiki   twiki         679 May 28 23:51 oopsmanage.tmpl
-rw-rw-r--    1 twiki   twiki         329 May 28 23:51 oopsmissing.tmpl
-rw-rw-r--    1 twiki   twiki        2353 May 28 23:51 oopsmngcreateweb.tmpl
-rw-rw-r--    1 twiki   twiki        2987 Aug  3 13:09 oopsmore.tmpl
-rw-rw-r--    1 twiki   twiki         418 May 28 23:51 oopsmoveerr.tmpl
-rw-rw-r--    1 twiki   twiki        1133 May 28 23:51 oopsnoformdef.tmpl
-rw-rw-r--    1 twiki   twiki         521 May 28 23:51 oopsnotwikiuser.tmpl
-rw-rw-r--    1 twiki   twiki        1516 Jul 28 19:52 oopsnoweb.tmpl
-rw-rw-r--    1 twiki   twiki         394 May 28 23:51 oopspreview.tmpl
-rw-rw-r--    1 twiki   twiki         341 May 28 23:51 oopsregemail.tmpl
-rw-rw-r--    1 twiki   twiki         411 May 28 23:51 oopsregerr.tmpl
-rw-rw-r--    1 twiki   twiki         476 May 28 23:51 oopsregexist.tmpl
-rw-rw-r--    1 twiki   twiki         346 May 28 23:51 oopsregpasswd.tmpl
-rw-rw-r--    1 twiki   twiki         357 May 28 23:51 oopsregrequ.tmpl
-rw-rw-r--    1 twiki   twiki         541 May 28 23:51 oopsregthanks.tmpl
-rw-rw-r--    1 twiki   twiki         680 May 28 23:51 oopsregwiki.tmpl
-rw-rw-r--    1 twiki   twiki         587 May 28 23:51 oopsremoveuserdone.tmpl
-rw-rw-r--    1 twiki   twiki         503 May 28 23:51 oopsrenameerr.tmpl
-rw-rw-r--    1 twiki   twiki         434 May 28 23:51 oopsrenamenotwikiword.tmpl
-rw-rw-r--    1 twiki   twiki         507 May 28 23:51 oopsresetpasswd.tmpl
-rw-rw-r--    1 twiki   twiki         962 Jul 28 19:52 oopsrev.tmpl
-rw-rw-r--    1 twiki   twiki         483 May 28 23:51 oopssaveerr.tmpl
-rw-rw-r--    1 twiki   twiki         777 Jul  7 23:11 oopssave.tmpl
-rw-rw-r--    1 twiki   twiki         466 May 28 23:51 oopssendmailerr.tmpl
-rw-rw-r--    1 twiki   twiki         385 May 28 23:51 oopstopicexists.tmpl
-rw-rw-r--    1 twiki   twiki         344 May 28 23:51 oopsuploadlimit.tmpl
-rw-rw-r--    1 twiki   twiki         343 May 28 23:51 oopsupload.tmpl
-rw-rw-r--    1 twiki   twiki         365 May 28 23:51 oopswrongpassword.tmpl
-rw-rw-r--    1 twiki   twiki        3590 Jul 27 10:47 preview.dragon.tmpl
-rw-rw-r--    1 twiki   twiki        2855 Aug  6 11:47 preview.pattern.tmpl
-rw-rw-r--    1 twiki   twiki        2253 Aug  8 03:40 preview.tmpl
-rw-rw-r--    1 twiki   twiki        1739 Jul 27 10:47 rdiff.dragon.tmpl
-rw-rw-r--    1 twiki   users        1529 Aug 13 22:21 rdiff.pattern.tmpl
-rw-rw-r--    1 twiki   users        1299 May 28 23:51 rdiff.tmpl
-rw-rw-r--    1 twiki   twiki        1159 Jul 31 12:39 registernotify.pattern.tmpl
-rw-rw-r--    1 twiki   twiki        1160 May 28 23:51 registernotify.tmpl
-rw-rw-r--    1 twiki   twiki        2561 Jul 27 10:47 renamebase.dragon.tmpl
-rw-rw-r--    1 twiki   twiki        3363 Aug  8 03:40 renamebase.pattern.tmpl
-rw-rw-r--    1 twiki   twiki        2279 Jul 28 20:54 renamebase.tmpl
-rw-rw-r--    1 twiki   twiki         718 Jul 31 12:39 renameconfirm.pattern.tmpl
-rw-rw-r--    1 twiki   twiki         570 Jul 28 19:52 renameconfirm.tmpl
-rw-rw-r--    1 twiki   twiki        1046 Jul 31 12:39 renamedelete.pattern.tmpl
-rw-rw-r--    1 twiki   twiki         932 Jul 28 19:52 renamedelete.tmpl
-rw-rw-r--    1 twiki   twiki        1147 Jul 31 12:39 rename.pattern.tmpl
-rw-rw-r--    1 twiki   twiki         766 Jul 28 19:52 renamerefs.pattern.tmpl
-rw-rw-r--    1 twiki   twiki         616 Jul 28 19:52 renamerefs.tmpl
-rw-rw-r--    1 twiki   twiki        1041 Jul 28 19:52 rename.tmpl
-rw-rw-r--    1 twiki   twiki        1397 Jul 27 10:47 searchbookview.dragon.tmpl
-rw-rw-r--    1 twiki   twiki         723 Jul 31 12:39 searchbookview.pattern.tmpl
-rw-rw-r--    1 twiki   twiki        1230 May 28 23:51 searchbookview.tmpl
-rw-rw-r--    1 twiki   twiki        1705 Jul 27 10:47 search.dragon.tmpl
-rw-rw-r--    1 twiki   twiki         722 Jul 27 10:47 searchformat.dragon.tmpl
-rw-rw-r--    1 twiki   twiki         157 Jul 31 12:39 searchformat.pattern.tmpl
-rw-rw-r--    1 twiki   twiki         529 May 28 23:51 searchformat.tmpl
-rw-rw-r--    1 twiki   twiki         149 Jul  7 23:03 searchmeta.pattern.tmpl
-rw-rw-r--    1 twiki   twiki         149 May 28 23:51 searchmeta.tmpl
-rw-rw-r--    1 twiki   twiki        1638 Aug  7 17:48 search.pattern.tmpl
-rw-rw-r--    1 twiki   twiki        1892 Jul 27 10:47 searchrenameview.dragon.tmpl
-rw-rw-r--    1 twiki   twiki        1208 Aug  3 13:09 searchrenameview.pattern.tmpl
-rw-rw-r--    1 twiki   twiki        1615 May 28 23:51 searchrenameview.tmpl
-rw-rw-r--    1 twiki   twiki        1364 May 28 23:51 search.tmpl
-rw-rw-r--    1 twiki   twiki        3836 Jul 27 10:47 twiki.dragon.tmpl
-rw-rw-r--    1 twiki   twiki        3175 Aug  7 17:48 twiki.pattern.tmpl
-rw-rw-r--    1 twiki   twiki        2798 Jul 27 22:57 twiki.tmpl
-rw-rw-r--    1 twiki   twiki        1324 Jul 27 10:47 view.dragon.tmpl
-rw-rw-r--    1 twiki   twiki        3577 Aug  8 03:40 view.pattern.tmpl
-rw-rw-r--    1 twiki   twiki         425 May 28 23:51 view.plain.tmpl
-rw-rw-r--    1 twiki   twiki        1056 Jul 31 12:39 view.print.pattern.tmpl
-rw-rw-r--    1 twiki   twiki         845 May 28 23:51 view.print.tmpl
-rw-rw-r--    1 twiki   twiki         300 May 28 23:51 view.rss.tmpl
-rw-rw-r--    1 twiki   twiki           8 May 28 23:51 view.text.tmpl
-rw-rw-r--    1 twiki   twiki        1281 Jul 31 12:39 view.tmpl

Directory twiki/data/:

drwxrwxr-x    7 nobody  twiki        4096 Aug  7 21:13 .
drwxrwxr-x    4 twiki   twiki        4096 Aug  7 21:13 ..
-rw-rw-rw-    1 twiki   twiki           0 Feb  1  2003 debug.txt
drwxrwxr-x    2 nobody  twiki        4096 Jul 16 00:36 _default
-rw-rw-r--    1 twiki   twiki          25 Dec 16  2003 .htpasswd.txt
-rw-rw-r--    1 nobody  nobody      11811 Aug 13 23:10 log200408.txt
drwxrwxr-x    2 nobody  twiki        4096 Aug  4 21:03 Main
-rw-rw-r--    1 twiki   twiki        3419 Aug 13  2001 mime.types
drwxrwxr-x    2 nobody  twiki        4096 Aug  7 21:03 Sandbox
drwxrwxr-x    2 nobody  twiki        4096 Jul 20 18:15 Trash
drwxrwxr-x    2 nobody  twiki       12288 Aug 13 23:10 TWiki
-rw-rw-rw-    1 twiki   twiki           0 Aug  7 18:03 warning.txt

Partial file list for twiki/data/Main:

  • TIP Included files come with their RCS versions histories .txt,v.

drwxrwxr-x    2 nobody  twiki        4096 Aug  4 21:03 .
drwxrwxr-x    7 nobody  twiki        4096 Aug  7 21:13 ..
-rw-rw-rw-    1 twiki   twiki        3743 Aug  4 21:03 .changes
-rw-rw-rw-    1 twiki   twiki           9 Oct 25  2001 .mailnotify
-rw-r--r--    1 nobody  nobody        518 Dec 16  2003 TWikiAdminGroup.txt
-r--r--r--    1 nobody  nobody       2453 Dec 16  2003 TWikiAdminGroup.txt,v
-rw-r--r--    1 nobody  nobody       1668 Aug  4 21:03 TWikiGroups.txt
-r--r--r--    1 nobody  nobody       3421 Aug  4 21:03 TWikiGroups.txt,v
-rw-r--r--    1 nobody  nobody        686 Dec 13  2000 TWikiGuest.txt
-rw-r--r--    1 nobody  nobody       1995 Dec 13  2000 TWikiGuest.txt,v
-rw-r--r--    1 nobody  nobody        319 Dec 20  2003 TWikiPreferences.txt
-r--r--r--    1 nobody  nobody        508 Dec 20  2003 TWikiPreferences.txt,v
-rw-r--r--    1 nobody  nobody       1812 Feb 20 13:54 TWikiUsers.txt
-r--r--r--    1 nobody  nobody       9222 Feb 20 13:54 TWikiUsers.txt,v
-rw-r--r--    1 nobody  nobody        119 Jan 11  2003 TWikiVariables.txt
-r--r--r--    1 nobody  nobody        742 Jan 11  2003 TWikiVariables.txt,v
-rw-r--r--    1 nobody  nobody        124 Aug 16  2001 WebChanges.txt
-r--r--r--    1 nobody  nobody        526 Aug 16  2001 WebChanges.txt,v
-rw-r--r--    1 nobody  nobody       1842 Feb  1  2003 WebHome.txt
-r--r--r--    1 nobody  nobody      11862 Feb  1  2003 WebHome.txt,v
-rw-r--r--    1 nobody  nobody        176 Nov 24  2001 WebIndex.txt
-r--r--r--    1 nobody  nobody        483 Nov 24  2001 WebIndex.txt,v
-rw-r--r--    1 nobody  nobody        922 Feb  3  2003 WebNotify.txt
-r--r--r--    1 nobody  nobody       4303 Feb  3  2003 WebNotify.txt,v
-rw-r--r--    1 nobody  nobody       3738 Dec 25  2003 WebPreferences.txt
-r--r--r--    1 nobody  nobody      10697 Dec 25  2003 WebPreferences.txt,v
-rw-r--r--    1 nobody  nobody        416 Jan 30  2003 WebRss.txt
-r--r--r--    1 nobody  nobody        605 Jan 30  2003 WebRss.txt,v
-rw-r--r--    1 nobody  nobody        164 Jan 18  2004 WebSearchAdvanced.txt
-r--r--r--    1 nobody  nobody        353 Jan 18  2004 WebSearchAdvanced.txt,v
-rw-r--r--    1 nobody  nobody        158 Aug  7  2001 WebSearch.txt
-r--r--r--    1 nobody  nobody      18332 Aug  7  2001 WebSearch.txt,v
-rw-r--r--    1 nobody  nobody        825 Jul 16 00:32 WebStatistics.txt
-r--r--r--    1 nobody  nobody       4226 Jul 16 00:32 WebStatistics.txt,v
-rw-r--r--    1 nobody  nobody        182 Nov 24  2001 WebTopicList.txt
-r--r--r--    1 nobody  nobody        371 Nov 24  2001 WebTopicList.txt,v

Directory twiki/pub/:

drwxrwxr-x    8 nobody  nobody       4096 Nov 18 12:31 .
drwxrwxr-x    3 twiki   twiki        4096 Nov 18 12:31 ..
drwxrwxr-x    2 nobody  nobody       4096 Apr  7  2002 Main
drwxrwxr-x    2 nobody  nobody       4096 Apr 20  2002 Sandbox
drwxrwxr-x    8 nobody  nobody       4096 Nov 18 12:31 TWiki
drwxrwxr-x    2 nobody  nobody       4096 Dec  3  2001 Trash
-rw-rw-r--    1 twiki   twiki        1078 Jan 14  2000 favicon.ico
drwxrwxr-x    2 twiki   twiki        4096 Nov 18 12:31 icn
-rw-rw-r--    1 twiki   twiki        2877 Jun  7  1999 wikiHome.gif

Partial file list for twiki/pub/icn/:

drwxrwxr-x    2 twiki   twiki        4096 Nov 18 12:31 .
drwxrwxr-x    8 nobody  nobody       4096 Nov 18 12:31 ..
-rw-rw-r--    1 twiki   twiki         801 Mar 26  1999 _filetypes.txt
-rw-rw-r--    1 twiki   twiki         143 Mar  9  1999 bat.gif
-rw-rw-r--    1 twiki   twiki         926 Mar  9  1999 bmp.gif
-rw-rw-r--    1 twiki   twiki         141 Mar 25  1999 c.gif
-rw-rw-r--    1 twiki   twiki         144 Mar  9  1999 dll.gif
-rw-rw-r--    1 twiki   twiki         152 Mar  9  1999 doc.gif

Directory twiki/pub/TWiki:

drwxrwx--x    8 nobody  nobody       4096 Nov 18 12:31 .
drwxrwxr-x    8 nobody  nobody       4096 Nov 18 12:31 ..
drwxrwxr-x    2 nobody  nobody       4096 Nov 18 12:31 FileAttachment
drwxrwxr-x    2 nobody  nobody       4096 Nov 18 12:31 PreviewBackground
drwxrwxr-x    2 nobody  nobody       4096 Nov 18 12:31 TWikiDocGraphics
drwxrwxr-x    2 nobody  nobody       4096 Nov 18 12:31 TWikiLogos
drwxrwxr-x    2 nobody  nobody       4096 Nov 18 12:31 TWikiTemplates
drwxrwxr-x    2 nobody  nobody       4096 Nov 18 12:31 WabiSabi

Directory twiki/pub/TWiki/FileAttachment:

drwxrwxr-x    2 nobody  nobody       4096 Nov 18 12:31 .
drwxrwx--x    8 nobody  nobody       4096 Nov 18 12:31 ..
-rw-rw-r--    1 nobody  nobody         30 Jul 22  1999 Sample.txt
-rw-rw-r--    1 nobody  nobody         94 Jun  7  1999 Smile.gif
-r--r--r--    1 nobody  nobody         81 Aug 15 10:14 Smile.gif,v

-- TWiki:Main.PeterThoeny - 29 Aug 2004
-- TWiki:Main.MikeMannix - 16 May 2002
-- TWiki:Main.ArthurClemens - 08 Aug 2004

BatchUploadPlugin (31 Oct 2004 - 16:51 - NEW - MartinCleaver?)

BatchUploadPlugin

This plugin intercepts the TWiki:Codev.BeforeAttachmentSaveHandler to process a zip file, attaching each of the individual files to the designated topic instead of the zip file.

Syntax Rules

  • None - it applies as long as it is enabled. (Off by default)

Examples

    • N/A

Plugin Settings

Plugin settings are stored as preferences variables. To reference a plugin setting write %<plugin>_<setting>%, i.e. Link =ExternalSite:Page text to external sites based on aliases defined in the InterWikis topic=

  • Debug plugin: (See output in data/debug.txt)
    • Set DEBUG = 0

  • If disabled, does nothing.
    • Set ENABLED = 0

Plugin Installation Instructions

Note: You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the server where TWiki is running.

  • Download the ZIP file from the Plugin web (see below)
  • Unzip BatchUploadPlugin.zip in your twiki installation directory. Content:
    File: Description:
    data/TWiki/BatchUploadPlugin.txt Plugin topic
    data/TWiki/BatchUploadPlugin.txt,v Plugin topic repository
    lib/TWiki/Plugins/BatchUploadPlugin.pm Plugin Perl module
  • Flip ENABLED switch to 1
  • Test if the installation was successful:
    • try uploading a zip file

Caveats

    • Required support (add an attachment) not in TWiki::Func, so I call TWiki::UI::Upload
    • UPLOADZIPLIMIT, UPLOADNOSPACES, UPLOADLOWERCASE features deleted - belong in upload
    • PNG support deleted (should be in TWiki::UI::Upload)
    • No longer uses oops templates (plugins can't use them)
    • Dies instead of finishes, because otherwise it can't veto zip attach
    • Doesn't carry through the hide or link flags
    • Comment field on extracted files is not customisable

Further Development

    • Put back deleted functionality.
    • TWiki:Codev.BeforeAttachmentSaveHandler needs veto capability
    • Ugly die needs replacing
    • Test what happens if you upload zips of zips
    • There is a method - currently called findTopicForPicture which is disabled by default - this can be used to change the destination topic for each archive element. We need a TWiki:Codev.ExtensionInteractionPoint to allow plugins to have their functionality overridden.

Plugin Info

Plugin Author: TWiki:Main.MartinCleaver
Plugin Version: 31 Oct 2004 (V1.000)
Change History:  
31 Oct 2004 TWiki:Main.MartinCleaver - initial version as plugin
09 Apr 2004 TWiki:Main.DiabJerius
17 Nov 2003 TWiki:Main.JohannesMartin
20 Mar 2003 TWiki:Main.RonKellam
16 Aug 2002 TWiki:Main.ThomasWeigert
14 Jan 2002 TWiki:Main.RyanFreebern
30 Oct 2001 TWiki:Main.VitoMiliano
TWiki Dependency: $TWiki::Plugins::VERSION 1.024
CPAN Dependencies: none
Other Dependencies: CPAN:Archive::Zip
Perl Version: 5.005
TWiki:Plugins/Benchmark: GoodStyle nn%, FormattedSearch nn%, BatchUploadPlugin nn%
Plugin Home: http://TWiki.org/cgi-bin/view/Plugins/BatchUploadPlugin
Feedback: http://TWiki.org/cgi-bin/view/Plugins/BatchUploadPluginDev

Related Topics: TWikiPreferences, TWikiPlugins

-- TWiki:Main/MartinCleaver - 31 Oct 2004

  30 Mar 2005: Initial version CPAN Dependencies: none Other Dependencies: none Perl Version: 5.005 License: GPL Add-on Home: http://TWiki.org/cgi-bin/view/Plugins/CacheChooserAddOn Feedback: http://TWiki.org/cgi-bin/view/Plugins/CacheChooserAddOnDev Appraisal: http://TWiki.org/cgi-bin/view/Plugins/CacheChooserAddOnAppraisal

Related Topic: TWikiAddOns?

-- TWiki:Main/JensRoeder - 30 Mar 2005

CalendarPlugin (12 Mar 2005 - 05:39 - r1.5 - DavidBright?)

Calendar Plugin (version 1.016)

The CalendarPlugin handles the tag %CALENDAR% that inserts a monthly calendar in the page. Multiple topics can be specified as the source of the events, and these can be in any web.

Moreover, the Calendar highlights dates corresponding to a list of Events.

NB. This Plugin does not, and has never, observed topic permissions.

Usage example

You type:You get:If correctly installed:
A list of Events is just a bullet list like this:
  • 2 Feb - Andrea's birthday
  • A 7 Mar 1966 - Nicoletta's birthday
  • 29 May 1996 - Maria Teresa is born!
  • 29 Sep 1998 - Davide is born!

%CALENDAR{month="2" year="2002" bgcolor="cyan"}% %CALENDAR{month="3" year="2002" showweekdayheaders="1"}%

February 2002
          2
Andrea's birthday 
10  11  12  13  14  15  16 
17  18  19  20  21  22  23 
24  25  26  27  28     

March 2002
Sunday Monday Tuesday Wednesday Thursday Friday Saturday
         
7
Nicoletta's birthday (36) 
10  11  12  13  14  15  16 
17  18  19  20  21  22  23 
24  25  26  27  28  29  30 
31             

%CALENDAR{month="2" year="2002" bgcolor="cyan"}% %CALENDAR{month="3" year="2002" showweekdayheaders="1"}%

Syntax

You type you get
%CALENDAR% a monthly calendar for the current month/year, with events taken from the current topic
%CALENDAR{<attributes>}% is the full syntax

Attributes recognized

Attribute Meaning Default
year="yyyy" The year Current year
year="+yy" or "-yy" Relative year Current year
month="mm" The month Current month
month="+mm" or "-mm" relative month Current month
gmtoffset="+/-hh" Timezone expressed as number of hours offset from GMT Server timezone
topic="TopicName" Topic containig events The topic containing the tag
topic="Web.TopicName1, Web.TopicName2" Topics containig events The topics containing the tags
web="Webname" Web containing the event topic The current web
lang="language" Language: First few characters of "English", "Français", "Deutsch", "Español", "Português", "Nederlands", "Italiano", "Norsk", "Svenska", "Dansk", "suomi", "Magyar", "Polski "English"
daynames="Mon¦Tue¦..." Custom day names "Monday¦Tuesday¦Wednesday¦Thursday¦
Friday¦Saturday¦Sunday"
header="..." Text at the top of the calendar; use $m for current month, $y for year Current month and year
weekstartsonmonday="1" or "0" Flag to start week on Monday "0" (Sunday)
showdatenumbers="0" Show day numbers 1...31 in date cells. Note that showdatenumbers=1 means that HTML::CalendarMonthSimple will add the date numbers to the cells. If showdatenumbers=0, then the plugin adds the date numbers. The result of this is that a calendar will always show the date numbers. "0"
showweekdayheaders="1" Show the weekday headers "0"
weekdayheadersbig="0" If enabled, show weekday headers in bold cell headings "1"
cellalignment="left" Horizontal cell alignment of day cells: "left", "center", "right", "justify", "char" "center"
vcellalignment="middle" Vertical cell alignment of day cells: "top", "middle", "bottom", "baseline" "top"
cellheight="n" Height in pixels of each cell in the calendar Minimum height needed
format="..." How to highlight a date See above
width="n" or "n%" Width of calendar table in pixels or percent Minimum width needed
border="n" Border width of calendar table "1"
nowrap="1" or "0" Prevent cell content from wrapping "0"
bgcolor="#nnnn" Default background color of all cells unless redefined by other color settings below (use an HTML color-code like "#000000" as defined in StandardColors) white
contentcolor="#nnnn" Default content color of all cells unless redefined black
headercolor="#nnnn" Background color of the Month+Year header The web bgcolor
headercontentcolor="#nnnn" Content color of the Month+Year header contentcolor setting
weekdayheadercolor="#nnnn" Background color of weekdays' headers bgcolor setting
weekdayheadercontentcolor=
"#nnnn"
Content color of weekdays' headers contentcolor setting
weekendheadercolor="#nnnn" Background color of weekends' headers bgcolor setting
weekendheadercontentcolor=
"#nnnn"
Content color of weekends' headers contentcolor setting
weekdaycolor="#nnnn" Background color of weekday cells bgcolor setting
weekdaycontentcolor="#nnnn" Content color of weekday cells contentcolor setting
weekendcolor="#nnnn" Background of weekend cells light gray
weekendcontentcolor="#nnnn" Content color of weekend cells contentcolor setting
todaycolor="#nnnn" Background of today's cell The web bgcolor
todaycontentcolor="#nnnn" Content color of today's cell contentcolor setting
and other attributes of HTML::CalendarMonthSimple

Event Syntax

Events are defined by bullets with the following syntax:

Event type Syntax Example
Single:    * dd MMM yyyy - description 09 Dec 2002 - Expo
Interval:    * dd MMM yyyy - dd MMM yyyy - description 02 Feb 2002 - 04 Feb 2002 - Vacation
Yearly:    * dd MMM - description 05 Jun - Every 5th of June
   * w DDD MMM - description 2 Tue Mar - Every 2nd Tuesday of March
   * L DDD MMM - description L Mon May - The last Monday of May
   * A dd MMM yyyy - description A 20 Jul 1969 - First moon landing
This style will mark anniversaries of an event that occurred on the given date. The description will have " (x)" appended to it, where "x" indicates how many years since the occurence of the first date. The first date is not annotated.
Monthly:    * w DDD - description 1 Fri - Every 1st Friday of the month
   * dd - description 14 - The 14th of every month
Weekly:    * E DDD - description E Wed - Every Wednesday
   * E DDD dd MMM yyyy - description E Wed 27 Jan 2005 - Every Wednesday Starting 27 Jan 2005
   * E DDD dd MMM yyyy - dd MMM yyyy - description E Wed 1 Jan 2005 - 27 Jan 2005 - Every Wednesday from 1 Jan 2005 through 27 Jan 2005 (inclusive)
Periodic:    * En dd MMM yyyy - description E3 02 Dec 2002 - Every three days starting 02 Dec 2002
Exception: Insert the following between the above syntax and the description:
X { dd MMM yyyy, dd MMM yyyy - dd MMM yyyy }
1 Fri X { 01 Dec 2002, 06 Dec 2002 - 14 Dec 2002 } - Every first Friday except on the 01 Dec 2002 and between 06 Dec 2002 and 14 Dec 2002

If an event falls in the selected month then the corresponding day is (by default):

  • highlighted (font size +2)
  • linked to the topic containing the event list
  • marked with an icon whose ALT string is the event's description
I.e. format is:
<a href="%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/$web/$topic"><font size="+2">$old</font>
<img alt="$description" SRC="%PUBURLPATH%/$installWeb/CalendarPlugin/exclam.gif" /></a>

Default settings

  • One line description, shown in the TextFormattingRules topic:
    • Set SHORTDESCRIPTION = This plugin shows a monthly calendar with highlighted events
  • How the cell content is formatted
      * Set FORMAT = $old<br /><small>$description</small>
  • Note: You can add settings of any of the recognized attributes (in upper case like SHOWWEEKDAYHEADERS). Examples are shown below:
    • Set CELLALIGNMENT = center
    • Set VCELLALIGNMENT = center
    • #Set WIDTH = 100%
    • #Set GMTOFFSET = +10
    • #Set SHOWWEEKDAYHEADERS = 0
    • #Set WEEKSTARTSONMONDAY = 0

Plugin Installation Instructions

Note: You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the server where TWiki is running.

  • Download the ZIP file from the Plugin web (see below)
  • The Plugin uses the HTML::CalendarMonthSimple and Date::Calc CPAN packages (see http://www.cpan.org)
    • Install Date::Calc
    • Install HTML::CalendarMonthSimple
    • To avoid an annoying log message, change line 272 of CalendarMonthSimple.pm v1.25 by adding the section marked in RED :
      if ($self->year = = $todayyear && $self->month = = $todaymonth && defined $thisday && $thisday = = $todaydate)
      • For earlier or later versions where the line number may be different, search for todayyear. It currently (v1.22-v1.25) only appears twice: once to declare and set it, once to use it. On the line that uses it, add the && defined $thisday as shown above. -- TWiki:Main.AngusRogerson - 16 Aug 2004
  • Unzip CalendarPlugin.zip in your twiki installation directory. Content:
    File: Description:
    data/TWiki/CalendarPlugin.txt Plugin topic
    data/TWiki/CalendarPlugin.txt,v Plugin topic repository
    lib/TWiki/Plugins/CalendarPlugin.pm Plugin Perl module
    pub/TWiki/CalendarPlugin/exclam.gif Image file
  • Test if the installation was successful:
    • You should see two calendars near the Event list above

Plugin Info

Plugin Author: TWiki:Main/AndreaSterbini
Plugin Version: V1.016 (11 Mar 2005)
Change History:  
V1.016: TWiki:Main/DavidBright: Added support for anniversary events; changed "our" to "my" in module to support perl versions prior to 5.6.0
V1.015: TWiki:Main.PatriceFournier: Added back support for preview showing unsaved events; Two loop fixes from TWiki:Main.DanielRohde
V1.014: TWiki:Main.NathanKerr: Added start and end date support for weekly repeaters
V1.013: TWiki:Main.MartinCleaver: Added multiple topic=web.topic parameters
V1.012: TWiki:Main/PeterThoeny: Added missing doc of gmtoffset parameter (was deleted in V1.011)
V1.011: TWiki:Main/PeterThoeny: Fixed deep recursion bug; preview shows now unsaved events; performance and resource improvements; documented most of HTML::CalendarMonthSimple attributes; TWiki:Main/PaulineCheung: Fixed uninitialized value in join
V1.010: TWiki:Main/DanBoitnott: Fixed variable conflict in timezone code
V1.009: TWiki:Main/DanBoitnott: Added ability to have event topics in other webs
V1.008: TWiki:Main/AnthonPang: Added daynames attribute; TWiki:Main/JensKloecker: Added lang attribute; TWiki:Main/DanBoitnott: Added yearly, monthly, weekly, and periodic events and exceptions
V1.006: TWiki:Main/DanBoitnott: Added monthly date support
V1.005: TWiki:Main/AkimDemaille: handle date intervals (thanks!)
V1.004: uses only HTML::CalendarMonthSimple, ISO dates, all possible settings, fixed month bug
V1.003: introducing HTML::CalendarMonthSimple
V1.002: TWiki:Main/ChristianSchultze: highlight today, relative month/year and debugging (thanks!)
V1.001: delayed load of used packages
V1.000: first release using only HTML::CalendarMonth
CPAN Dependencies: CPAN:HTML::CalendarMonthSimple >= v1.23, CPAN:Date::Calc
Other Dependencies: none
Perl Version: 5.000 and up
TWiki:Plugins/Benchmark: GoodStyle 95%, FormattedSearch 97%, CalendarPlugin 88% with installed Plugin
Plugin Home: http://TWiki.org/cgi-bin/view/Plugins/CalendarPlugin
Feedback: http://TWiki.org/cgi-bin/view/Plugins/CalendarPluginDev

Related Topics: TWikiPreferences, TWikiPlugins

-- TWiki:Main/AndreaSterbini - 27 Feb 2001
-- TWiki:Main/PeterThoeny - 15 Jan 2004
-- TWiki:Main.NathanKerr - 28 Jan 2005
-- TWiki:Main/DavidBright - 11 Mar 2005

  16 Nov 2004: V1.401 - Added benchmarks (no code changes) 30 Aug 2004: V1.400 - Added support for subtype="bar" (includes various global bar settings), updated gridcolor to not only define the grid color but allowing the user to define the line style (for drawing user defined dotted lines), add a global for how wide lines are drawn instead of a hard coded value, change the order of how things are drawn so now the order is: areas, grid lines and X/Y axis labels, bars, lines/points/plines, rectangle around chart, data point labels, chart title/X/Y labels, and finally the legends. 13 May 2004: V1.300 - Added support for type="scatter"; renamed type="arealine" to "combo" (arealine is undocumented); renamed datatype to subtype (datatype is undocumented); added subtype options "point" and "pline", added new settings GRIDCOLOR, DEFAULTDATA, POINTSIZE; fixed bug with how the number of grids were drawn 17 Oct 2003: V1.201 - Fix boundary cases with semilog scale 16 Oct 2003: V1.200 - Add new options of scale and ytics. 16 Jun 2003: V1.100 - Add support for reversed tables (R999..R1), add new options of xaxisangle, numxgrids, and defaultdata, and allow sparse data. 7 Oct 2002: V1.003 - Improved performance, fixed bugs with color allocation, auto-legend placement and parsing of numbers in tables. Also bumped the upper value when numbers switch from decimal format to engineering format 13 Sept 2002: V1.002 - Add support for better placement of legends so they don't overlap, add auto ymin/ymax determination if not specified, add bgcolor and numygrids options 27 Jun 2002: V1.001 - Data range specified is clipped to actual table size; more forgiving data parsing by extracting first numeral from a table cell, e.g. extract 25 from <u>25%</u> 20 Jun 2002: Initial version (V1.000) CPAN Dependencies: GD from http://stein.cshl.org/WWW/software/GD Other Dependencies: gd library from http://www.boutell.com/gd (Tested with 1.8.4)
PNG graphics library from http://www.libpng.org/pub/png
Perl Version: 5.005 TWiki:Plugins/Benchmark: GoodStyle 96%, FormattedSearch 97%, ChartPlugin 69% Plugin Home: http://TWiki.org/cgi-bin/view/Plugins/ChartPlugin Feedback: http://TWiki.org/cgi-bin/view/Plugins/ChartPluginDev Appraisal: http://TWiki.org/cgi-bin/view/Plugins/ChartPluginAppraisal

Related Topics: TWikiPreferences, TWikiPlugins

-- TWiki:Main.TaitCyrus - 3 June 2004
-- TWiki:Main.PeterThoeny - 16 Nov 2004

Chart Plugin tests

This page attempts to demonstrate/test many of the possible combinations of various parameters of the ChartPlugin. There are too many combinations of parameters to test all possible combinations, so only a few are shown here.


Tables used by tests

The following 4 tables are used for testing purposes.

Table #1

Nr Period Min Acceptable Target Exceptional Actual Comment
1 Start 0 50 70 90 39 initial measure
2 FY03-Q1 0 35 75 95 55  
3 FY03-Q2 0 35 75 95 36  
4 FY03-Q3 0 40 80 100 62  
5 FY03-Q4 0 40 80 100 72  
6 FY04-Q1 0 40 80 100 68  

Table #2

This table is the same as the 1st except that the data is row oriented instead of column oriented.

Nr 1 2 3 5 5 6
Period Start FY03-Q1 FY03-Q2 FY03-Q3 FY03-Q4 FY04-Q1
Min 0 0 0 0 0 0
Acceptable 50 35 35 40 40 40
Target 70 75 75 80 80 80
Exceptional 90 95 95 100 100 100
Actual 39 55 36 62 72 68
Comment initial measure          

Table #3

This table is used for showing scatter graphs.

A B C D E
1 3 6 33 2
1.4 6 22 2 4
1.8 2 5   6
2.5 4 3   8
4 7 6 43 10
5 13 44 25 12
7 8 1 4 14
6 35 3 8 16
8 2 22 4 18
9 7 6 13 20

Table #4

This table is used for various legend placement tests as well as logarithmic data.

  line 1 line 2 line 3 line 4 sparse 1 sparse 2 semilog line
1990 0 0 0 0 0   0.2
1991 0 0 0 0   35 1
1992 2 12 22 32 35.5   5
1993 3 20 20 33 38 35.2 25
1994 3 20 19.5 33 38.1   125
1995 39 38 37 36   35.8 625
1996 40 40 40 40 38.1   3125
1997 40 41 42 43   35 15625

General tests

line tests

Simple single line. No other markings at all

%CHART{data="R2:C7..R7:C7" name="line_1" table="table1" type="line" ygrid="off"}%

%CHART{data="R2:C7..R7:C7" name="line_1" table="table1" type="line" ygrid="off"}%
Simple single line, add title.

%CHART{data="R2:C7..R7:C7" name="line_2" table="table1" title="line test #2" type="line" ygrid="off"}%

%CHART{data="R2:C7..R7:C7" name="line_2" table="table1" title="line test #2" type="line" ygrid="off"}%
Add X axis to above

%CHART{data="R2:C7..R7:C7" name="line_3" table="table1" title="line test #3" type="line" xaxis="R2:C2..R7:C2" ygrid="off"}%

%CHART{data="R2:C7..R7:C7" name="line_3" table="table1" title="line test #3" type="line" xaxis="R2:C2..R7:C2" ygrid="off"}%
Add Y axis to above

%CHART{data="R2:C7..R7:C7" name="line_4" table="table1" title="line test #4" type="line" xaxis="R2:C2..R7:C2" yaxis="on"}%

%CHART{data="R2:C7..R7:C7" name="line_4" table="table1" title="line test #4" type="line" xaxis="R2:C2..R7:C2" yaxis="on"}%
Add ymin = 0 to above

%CHART{data="R2:C7..R7:C7" name="line_5" table="table1" title="line test #5" type="line" xaxis="R2:C2..R7:C2" yaxis="on" ymin="0"}%

%CHART{data="R2:C7..R7:C7" name="line_5" table="table1" title="line test #5" type="line" xaxis="R2:C2..R7:C2" yaxis="on" ymin="0"}%
Add ymax = 100 to above

%CHART{data="R2:C7..R7:C7" name="line_6" table="table1" title="line test #6" type="line" xaxis="R2:C2..R7:C2" yaxis="on" ymax="100" ymin="0"}%

%CHART{data="R2:C7..R7:C7" name="line_6" table="table1" title="line test #6" type="line" xaxis="R2:C2..R7:C2" yaxis="on" ymax="100" ymin="0"}%
Add ylabel "Hello there" to above

%CHART{data="R2:C7..R7:C7" name="line_7" table="table1" title="line test #7" type="line" xaxis="R2:C2..R7:C2" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C7..R7:C7" name="line_7" table="table1" title="line test #7" type="line" xaxis="R2:C2..R7:C2" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Add numygrids="5" above

%CHART{data="R2:C7..R7:C7" name="line_8" numygrids="5" table="table1" title="line test #8" type="line" xaxis="R2:C2..R7:C2" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C7..R7:C7" name="line_8" numygrids="5" table="table1" title="line test #8" type="line" xaxis="R2:C2..R7:C2" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Change numygrids="2" above

%CHART{data="R2:C7..R7:C7" name="line_9" numygrids="2" table="table1" title="line test #9" type="line" xaxis="R2:C2..R7:C2" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C7..R7:C7" name="line_9" numygrids="2" table="table1" title="line test #9" type="line" xaxis="R2:C2..R7:C2" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Remove numygrids from above and add xlabel "Yep, an X title" to above

%CHART{data="R2:C7..R7:C7" name="line_10" table="table1" title="line test #10" type="line" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C7..R7:C7" name="line_10" table="table1" title="line test #10" type="line" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Add datalabel = on to above

%CHART{data="R2:C7..R7:C7" datalabel="on" name="line_11" table="table1" title="line test #11" type="line" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C7..R7:C7" datalabel="on" name="line_11" table="table1" title="line test #11" type="line" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Add datalabel = box to above

%CHART{data="R2:C7..R7:C7" datalabel="box" name="line_12" table="table1" title="line test #12" type="line" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C7..R7:C7" datalabel="box" name="line_12" table="table1" title="line test #12" type="line" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Add legend to above

%CHART{data="R2:C7..R7:C7" datalabel="box" legend="R1:C7..R1:C7" name="line_13" table="table1" title="line test #13" type="line" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C7..R7:C7" datalabel="box" legend="R1:C7..R1:C7" name="line_13" table="table1" title="line test #13" type="line" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Add additional data lines to above and update legend

%CHART{data="R2:C4..R7:C7" datalabel="box" legend="R1:C4..R1:C7" name="line_14" table="table1" title="line test #14" type="line" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C4..R7:C7" datalabel="box" legend="R1:C4..R1:C7" name="line_14" table="table1" title="line test #14" type="line" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Specify different colors to above. Now are lite red, lite green, lite blue, gray instead of defaults

%CHART{colors="#ffAAAA,#AAffAA,#AAAAff,#AAAAAA" data="R2:C4..R7:C7" datalabel="box" legend="R1:C4..R1:C7" name="line_15" table="table1" title="line test #15" type="line" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{colors="#ffAAAA,#AAffAA,#AAAAff,#AAAAAA" data="R2:C4..R7:C7" datalabel="box" legend="R1:C4..R1:C7" name="line_15" table="table1" title="line test #15" type="line" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Restore default colors and change datalabel such that only the last line has values in boxes and the 2nd to last has values (no box) to above

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="line_16" table="table1" title="line test #16" type="line" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="line_16" table="table1" title="line test #16" type="line" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Same as above except specify bgcolor="#EEEEEE"

=%CHART{bgcolor="#EEEEFF" data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="line_17" table="table1" title="line test #17" type="line" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{bgcolor="#EEEEFF" data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="line_17" table="table1" title="line test #17" type="line" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Change bgcolor="#FFFFFF #EEEEEE"

=%CHART{bgcolor="#FFFFFF #EEEEFF" data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="line_18" table="table1" title="line test #18" type="line" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{bgcolor="#FFFFFF #EEEEFF" data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="line_18" table="table1" title="line test #18" type="line" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Change bgcolor="#EEEEEE #EEFFEE"

=%CHART{bgcolor="#EEEEEE #EEFFFF" data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="line_19" table="table1" title="line test #19" type="line" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{bgcolor="#EEEEEE #EEFFFF" data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="line_19" table="table1" title="line test #19" type="line" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Restore bgcolor and change ygrid = on to above

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="line_20" table="table1" title="line test #20" type="line" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ygrid="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="line_20" table="table1" title="line test #20" type="line" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ygrid="on" ylabel="Hello there" ymax="100" ymin="0"}%
Change ygrid = off to above

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="line_21" table="table1" title="line test #21" type="line" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="line_21" table="table1" title="line test #21" type="line" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%
Change xgrid = on to above

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="line_22" table="table1" title="line test #22" type="line" xaxis="R2:C2..R7:C2" xgrid="on" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="line_22" table="table1" title="line test #22" type="line" xaxis="R2:C2..R7:C2" xgrid="on" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%
Change xgrid = off to above

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="line_23" table="table1" title="line test #23" type="line" xaxis="R2:C2..R7:C2" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="line_23" table="table1" title="line test #23" type="line" xaxis="R2:C2..R7:C2" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%
Change width = 450

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="line_24" table="table1" title="line test #24" type="line" width="450" xaxis="R2:C2..R7:C2" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="line_24" table="table1" title="line test #24" type="line" width="450" xaxis="R2:C2..R7:C2" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%
Change height = 150

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" height="150" legend="R1:C4..R1:C7" name="line_25" table="table1" title="line test #25" type="line" width="450" xaxis="R2:C2..R7:C2" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" height="150" legend="R1:C4..R1:C7" name="line_25" table="table1" title="line test #25" type="line" width="450" xaxis="R2:C2..R7:C2" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%
Default width/height. Get data from ChartPluginTestsRemote. Specify table="2" on new topic = ChartPluginTestsRemote. Actual values should show up incremented by 0.52 since data is from a different topic page and the 0.02 denotes the data is from the 2nd table. Legend should show up with Remote since the data on the remote page was set up to include Remote in the legends

%CHART{data="R4:C2..R7:C7" datalabel="off off on box" legend="R4:C1..R7:C1" name="line_26" table="2" title="line test #26" topic="ChartPluginTestsRemote" type="line" xaxis="R2:C2..R2:C7" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R4:C2..R7:C7" datalabel="off off on box" legend="R4:C1..R7:C1" name="line_26" table="2" title="line test #26" topic="ChartPluginTestsRemote" type="line" xaxis="R2:C2..R2:C7" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%
Same as above except add an additional data set (averages) that is calculated by %CALC%. Also shows that since only 4 default line colors are specified, the 5th line reuses the 1st default line color.

%CHART{data="R4:C2..R8:C7" datalabel="off off on box" legend="R4:C1..R8:C1" name="line_27" table="2" title="line test #26" topic="ChartPluginTestsRemote" type="line" xaxis="R2:C2..R2:C7" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R4:C2..R8:C7" datalabel="off off on box" legend="R4:C1..R8:C1" name="line_27" table="2" title="line test #26" topic="ChartPluginTestsRemote" type="line" xaxis="R2:C2..R2:C7" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%
Set title = "Set a new title" to above

%CHART{data="R4:C2..R8:C7" datalabel="off off on box" legend="R4:C1..R8:C1" name="line_28" table="2" title="Set a new title" topic="ChartPluginTestsRemote" type="line" xaxis="R2:C2..R2:C7" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R4:C2..R8:C7" datalabel="off off on box" legend="R4:C1..R8:C1" name="line_28" table="2" title="Set a new title" topic="ChartPluginTestsRemote" type="line" xaxis="R2:C2..R2:C7" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%
Same as above except add the alt tag = This is the alt tag

%CHART{alt="This is the alt tag" data="R4:C2..R8:C7" datalabel="off off on box" legend="R4:C1..R8:C1" name="line_29" table="2" title="Set a new title" topic="ChartPluginTestsRemote" type="line" xaxis="R2:C2..R2:C7" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{alt="This is the alt tag" data="R4:C2..R8:C7" datalabel="off off on box" legend="R4:C1..R8:C1" name="line_29" table="2" title="Set a new title" topic="ChartPluginTestsRemote" type="line" xaxis="R2:C2..R2:C7" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

area tests

Simple single area. No other markings at all

%CHART{data="R2:C7..R7:C7" name="area_1" table="table1" type="area" ygrid="off"}%

%CHART{data="R2:C7..R7:C7" name="area_1" table="table1" type="area" ygrid="off"}%
Simple single area, add title.

%CHART{data="R2:C7..R7:C7" name="area_2" table="table1" title="area test #2" type="area" ygrid="off"}%

%CHART{data="R2:C7..R7:C7" name="area_2" table="table1" title="area test #2" type="area" ygrid="off"}%
Add X axis to above

%CHART{data="R2:C7..R7:C7" name="area_3" table="table1" title="area test #3" type="area" xaxis="R2:C2..R7:C2" ygrid="off"}%

%CHART{data="R2:C7..R7:C7" name="area_3" table="table1" title="area test #3" type="area" xaxis="R2:C2..R7:C2" ygrid="off"}%
Add Y axis to above

%CHART{data="R2:C7..R7:C7" name="area_4" table="table1" title="area test #4" type="area" xaxis="R2:C2..R7:C2" yaxis="on"}%

%CHART{data="R2:C7..R7:C7" name="area_4" table="table1" title="area test #4" type="area" xaxis="R2:C2..R7:C2" yaxis="on"}%
Add ymin = 0 to above

%CHART{data="R2:C7..R7:C7" name="area_5" table="table1" title="area test #5" type="area" xaxis="R2:C2..R7:C2" yaxis="on" ymin="0"}%

%CHART{data="R2:C7..R7:C7" name="area_5" table="table1" title="area test #5" type="area" xaxis="R2:C2..R7:C2" yaxis="on" ymin="0"}%
Add ymax = 100 to above

%CHART{data="R2:C7..R7:C7" name="area_6" table="table1" title="area test #6" type="area" xaxis="R2:C2..R7:C2" yaxis="on" ymax="100" ymin="0"}%

%CHART{data="R2:C7..R7:C7" name="area_6" table="table1" title="area test #6" type="area" xaxis="R2:C2..R7:C2" yaxis="on" ymax="100" ymin="0"}%
Add ylabel "Hello there" to above

%CHART{data="R2:C7..R7:C7" name="area_7" table="table1" title="area test #7" type="area" xaxis="R2:C2..R7:C2" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C7..R7:C7" name="area_7" table="table1" title="area test #7" type="area" xaxis="R2:C2..R7:C2" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Add numygrids="5" above

%CHART{data="R2:C7..R7:C7" name="area_8" numygrids="5" table="table1" title="area test #8" type="area" xaxis="R2:C2..R7:C2" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C7..R7:C7" name="area_8" numygrids="5" table="table1" title="area test #8" type="area" xaxis="R2:C2..R7:C2" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Change numygrids="2" above

%CHART{data="R2:C7..R7:C7" name="area_9" numygrids="2" table="table1" title="area test #9" type="area" xaxis="R2:C2..R7:C2" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C7..R7:C7" name="area_9" numygrids="2" table="table1" title="area test #9" type="area" xaxis="R2:C2..R7:C2" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Remove numygrids from above and add xlabel "Yep, an X title" to above

%CHART{data="R2:C7..R7:C7" name="area_10" table="table1" title="area test #10" type="area" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C7..R7:C7" name="area_10" table="table1" title="area test #10" type="area" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Add datalabel = on to above

%CHART{data="R2:C7..R7:C7" datalabel="on" name="area_11" table="table1" title="area test #11" type="area" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C7..R7:C7" datalabel="on" name="area_11" table="table1" title="area test #11" type="area" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Add datalabel = box to above

%CHART{data="R2:C7..R7:C7" datalabel="box" name="area_12" table="table1" title="area test #12" type="area" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C7..R7:C7" datalabel="box" name="area_12" table="table1" title="area test #12" type="area" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Add legend to above

%CHART{data="R2:C7..R7:C7" datalabel="box" legend="R1:C7..R1:C7" name="area_13" table="table1" title="area test #13" type="area" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C7..R7:C7" datalabel="box" legend="R1:C7..R1:C7" name="area_13" table="table1" title="area test #13" type="area" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Add additional data areas to above and update legend

%CHART{data="R2:C4..R7:C7" datalabel="box" legend="R1:C4..R1:C7" name="area_14" table="table1" title="area test #14" type="area" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C4..R7:C7" datalabel="box" legend="R1:C4..R1:C7" name="area_14" table="table1" title="area test #14" type="area" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Specify different colors to above. Now are lite red, lite green, lite blue, gray instead of defaults

%CHART{colors="#ffAAAA,#AAffAA,#AAAAff,#AAAAAA" data="R2:C4..R7:C7" datalabel="box" legend="R1:C4..R1:C7" name="area_15" table="table1" title="area test #15" type="area" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{colors="#ffAAAA,#AAffAA,#AAAAff,#AAAAAA" data="R2:C4..R7:C7" datalabel="box" legend="R1:C4..R1:C7" name="area_15" table="table1" title="area test #15" type="area" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Restore default colors and change datalabel such that only the last area has values in boxes and the 2nd to last has values (no box) to above

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="area_16" table="table1" title="area test #16" type="area" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="area_16" table="table1" title="area test #16" type="area" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Same as above except specify bgcolor="#EEEEEE"

=%CHART{bgcolor="#EEEEFF" data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="area_17" table="table1" title="area test #17" type="area" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{bgcolor="#EEEEFF" data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="area_17" table="table1" title="area test #17" type="area" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Change bgcolor="#FFFFFF #EEEEEE"

=%CHART{bgcolor="#FFFFFF #EEEEFF" data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="area_18" table="table1" title="area test #18" type="area" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{bgcolor="#FFFFFF #EEEEFF" data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="area_18" table="table1" title="area test #18" type="area" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Change bgcolor="#EEEEEE #EEFFEE"

=%CHART{bgcolor="#EEEEEE #EEFFFF" data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="area_19" table="table1" title="area test #19" type="area" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{bgcolor="#EEEEEE #EEFFFF" data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="area_19" table="table1" title="area test #19" type="area" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Restore bgcolor and change ygrid = on to above

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="area_20" table="table1" title="area test #20" type="area" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ygrid="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="area_20" table="table1" title="area test #20" type="area" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ygrid="on" ylabel="Hello there" ymax="100" ymin="0"}%
Change ygrid = off to above

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="area_21" table="table1" title="area test #21" type="area" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="area_21" table="table1" title="area test #21" type="area" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%
Change xgrid = on to above

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="area_22" table="table1" title="area test #22" type="area" xaxis="R2:C2..R7:C2" xgrid="on" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="area_22" table="table1" title="area test #22" type="area" xaxis="R2:C2..R7:C2" xgrid="on" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%
Change xgrid = off to above

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="area_23" table="table1" title="area test #23" type="area" xaxis="R2:C2..R7:C2" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="area_23" table="table1" title="area test #23" type="area" xaxis="R2:C2..R7:C2" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%
Change width = 450

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="area_24" table="table1" title="area test #24" type="area" width="450" xaxis="R2:C2..R7:C2" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="area_24" table="table1" title="area test #24" type="area" width="450" xaxis="R2:C2..R7:C2" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%
Change height = 150

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" height="150" legend="R1:C4..R1:C7" name="area_25" table="table1" title="area test #25" type="area" width="450" xaxis="R2:C2..R7:C2" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" height="150" legend="R1:C4..R1:C7" name="area_25" table="table1" title="area test #25" type="area" width="450" xaxis="R2:C2..R7:C2" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%
Default width/height. Get data from ChartPluginTestsRemote. Specify table="2" on new topic = ChartPluginTestsRemote. Actual values should show up incremented by 0.52 since data is from a different topic page and the 0.02 denotes the data is from the 2nd table. Legend should show up with Remote since the data on the remote page was set up to include Remote in the legends

%CHART{data="R4:C2..R7:C7" datalabel="off off on box" legend="R4:C1..R7:C1" name="area_26" table="2" title="area test #26" topic="ChartPluginTestsRemote" type="area" xaxis="R2:C2..R2:C7" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R4:C2..R7:C7" datalabel="off off on box" legend="R4:C1..R7:C1" name="area_26" table="2" title="area test #26" topic="ChartPluginTestsRemote" type="area" xaxis="R2:C2..R2:C7" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%
Same as above except add an additional data set (averages) that is calculated by %CALC%. Also shows that since only 4 default area colors are specified, the 5th area reuses the 1st default area color.

%CHART{data="R4:C2..R8:C7" datalabel="off off on box" legend="R4:C1..R8:C1" name="area_27" table="2" title="area test #26" topic="ChartPluginTestsRemote" type="area" xaxis="R2:C2..R2:C7" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R4:C2..R8:C7" datalabel="off off on box" legend="R4:C1..R8:C1" name="area_27" table="2" title="area test #26" topic="ChartPluginTestsRemote" type="area" xaxis="R2:C2..R2:C7" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%
Set title = "Set a new title" to above

%CHART{data="R4:C2..R8:C7" datalabel="off off on box" legend="R4:C1..R8:C1" name="area_28" table="2" title="Set a new title" topic="ChartPluginTestsRemote" type="area" xaxis="R2:C2..R2:C7" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R4:C2..R8:C7" datalabel="off off on box" legend="R4:C1..R8:C1" name="area_28" table="2" title="Set a new title" topic="ChartPluginTestsRemote" type="area" xaxis="R2:C2..R2:C7" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%
Same as above except add the alt tag = This is the alt tag

%CHART{alt="This is the alt tag" data="R4:C2..R8:C7" datalabel="off off on box" legend="R4:C1..R8:C1" name="area_29" table="2" title="Set a new title" topic="ChartPluginTestsRemote" type="area" xaxis="R2:C2..R2:C7" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{alt="This is the alt tag" data="R4:C2..R8:C7" datalabel="off off on box" legend="R4:C1..R8:C1" name="area_29" table="2" title="Set a new title" topic="ChartPluginTestsRemote" type="area" xaxis="R2:C2..R2:C7" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

bar tests

Simple single bar. No other markings at all

%CHART{data="R2:C7..R7:C7" name="bar_1" table="table1" type="bar" ygrid="off"}%

%CHART{data="R2:C7..R7:C7" name="bar_1" table="table1" type="bar" ygrid="off"}%
Simple single bar, add title.

%CHART{data="R2:C7..R7:C7" name="bar_2" table="table1" title="bar test #2" type="bar" ygrid="off"}%

%CHART{data="R2:C7..R7:C7" name="bar_2" table="table1" title="bar test #2" type="bar" ygrid="off"}%
Add X axis to above

%CHART{data="R2:C7..R7:C7" name="bar_3" table="table1" title="bar test #3" type="bar" xaxis="R2:C2..R7:C2" ygrid="off"}%

%CHART{data="R2:C7..R7:C7" name="bar_3" table="table1" title="bar test #3" type="bar" xaxis="R2:C2..R7:C2" ygrid="off"}%
Add Y axis to above

%CHART{data="R2:C7..R7:C7" name="bar_4" table="table1" title="bar test #4" type="bar" xaxis="R2:C2..R7:C2" yaxis="on"}%

%CHART{data="R2:C7..R7:C7" name="bar_4" table="table1" title="bar test #4" type="bar" xaxis="R2:C2..R7:C2" yaxis="on"}%
Add ymin = 0 to above

%CHART{data="R2:C7..R7:C7" name="bar_5" table="table1" title="bar test #5" type="bar" xaxis="R2:C2..R7:C2" yaxis="on" ymin="0"}%

%CHART{data="R2:C7..R7:C7" name="bar_5" table="table1" title="bar test #5" type="bar" xaxis="R2:C2..R7:C2" yaxis="on" ymin="0"}%
Add ymax = 100 to above

%CHART{data="R2:C7..R7:C7" name="bar_6" table="table1" title="bar test #6" type="bar" xaxis="R2:C2..R7:C2" yaxis="on" ymax="100" ymin="0"}%

%CHART{data="R2:C7..R7:C7" name="bar_6" table="table1" title="bar test #6" type="bar" xaxis="R2:C2..R7:C2" yaxis="on" ymax="100" ymin="0"}%
Add ylabel "Hello there" to above

%CHART{data="R2:C7..R7:C7" name="bar_7" table="table1" title="bar test #7" type="bar" xaxis="R2:C2..R7:C2" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C7..R7:C7" name="bar_7" table="table1" title="bar test #7" type="bar" xaxis="R2:C2..R7:C2" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Add numygrids="5" above

%CHART{data="R2:C7..R7:C7" name="bar_8" numygrids="5" table="table1" title="bar test #8" type="bar" xaxis="R2:C2..R7:C2" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C7..R7:C7" name="bar_8" numygrids="5" table="table1" title="bar test #8" type="bar" xaxis="R2:C2..R7:C2" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Change numygrids="2" above

%CHART{data="R2:C7..R7:C7" name="bar_9" numygrids="2" table="table1" title="bar test #9" type="bar" xaxis="R2:C2..R7:C2" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C7..R7:C7" name="bar_9" numygrids="2" table="table1" title="bar test #9" type="bar" xaxis="R2:C2..R7:C2" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Remove numygrids from above and add xlabel "Yep, an X title" to above

%CHART{data="R2:C7..R7:C7" name="bar_10" table="table1" title="bar test #10" type="bar" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C7..R7:C7" name="bar_10" table="table1" title="bar test #10" type="bar" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Add datalabel = on to above

%CHART{data="R2:C7..R7:C7" datalabel="on" name="bar_11" table="table1" title="bar test #11" type="bar" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C7..R7:C7" datalabel="on" name="bar_11" table="table1" title="bar test #11" type="bar" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Add datalabel = box to above

%CHART{data="R2:C7..R7:C7" datalabel="box" name="bar_12" table="table1" title="bar test #12" type="bar" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C7..R7:C7" datalabel="box" name="bar_12" table="table1" title="bar test #12" type="bar" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Add legend to above

%CHART{data="R2:C7..R7:C7" datalabel="box" legend="R1:C7..R1:C7" name="bar_13" table="table1" title="bar test #13" type="bar" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C7..R7:C7" datalabel="box" legend="R1:C7..R1:C7" name="bar_13" table="table1" title="bar test #13" type="bar" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Add additional data bars to above and update legend

%CHART{data="R2:C4..R7:C7" datalabel="box" legend="R1:C4..R1:C7" name="bar_14" table="table1" title="bar test #14" type="bar" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C4..R7:C7" datalabel="box" legend="R1:C4..R1:C7" name="bar_14" table="table1" title="bar test #14" type="bar" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Specify different colors to above. Now are lite red, lite green, lite blue, gray instead of defaults

%CHART{colors="#ffAAAA,#AAffAA,#AAAAff,#AAAAAA" data="R2:C4..R7:C7" datalabel="box" legend="R1:C4..R1:C7" name="bar_15" table="table1" title="bar test #15" type="bar" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{colors="#ffAAAA,#AAffAA,#AAAAff,#AAAAAA" data="R2:C4..R7:C7" datalabel="box" legend="R1:C4..R1:C7" name="bar_15" table="table1" title="bar test #15" type="bar" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Restore default colors and change datalabel such that only the last bar has values in boxes and the 2nd to last has values (no box) to above

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="bar_16" table="table1" title="bar test #16" type="bar" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="bar_16" table="table1" title="bar test #16" type="bar" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Same as above except specify bgcolor="#EEEEEE"

=%CHART{bgcolor="#EEEEFF" data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="bar_17" table="table1" title="bar test #17" type="bar" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{bgcolor="#EEEEFF" data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="bar_17" table="table1" title="bar test #17" type="bar" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Change bgcolor="#FFFFFF #EEEEEE"

=%CHART{bgcolor="#FFFFFF #EEEEFF" data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="bar_18" table="table1" title="bar test #18" type="bar" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{bgcolor="#FFFFFF #EEEEFF" data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="bar_18" table="table1" title="bar test #18" type="bar" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Change bgcolor="#EEEEEE #EEFFEE"

=%CHART{bgcolor="#EEEEEE #EEFFFF" data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="bar_19" table="table1" title="bar test #19" type="bar" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{bgcolor="#EEEEEE #EEFFFF" data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="bar_19" table="table1" title="bar test #19" type="bar" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there" ymax="100" ymin="0"}%
Restore bgcolor and change ygrid = on to above

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="bar_20" table="table1" title="bar test #20" type="bar" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ygrid="on" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="bar_20" table="table1" title="bar test #20" type="bar" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ygrid="on" ylabel="Hello there" ymax="100" ymin="0"}%
Change ygrid = off to above

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="bar_21" table="table1" title="bar test #21" type="bar" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="bar_21" table="table1" title="bar test #21" type="bar" xaxis="R2:C2..R7:C2" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%
Change xgrid = on to above

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="bar_22" table="table1" title="bar test #22" type="bar" xaxis="R2:C2..R7:C2" xgrid="on" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="bar_22" table="table1" title="bar test #22" type="bar" xaxis="R2:C2..R7:C2" xgrid="on" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%
Change xgrid = off to above

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="bar_23" table="table1" title="bar test #23" type="bar" xaxis="R2:C2..R7:C2" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="bar_23" table="table1" title="bar test #23" type="bar" xaxis="R2:C2..R7:C2" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%
Change width = 450

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="bar_24" table="table1" title="bar test #24" type="bar" width="450" xaxis="R2:C2..R7:C2" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" legend="R1:C4..R1:C7" name="bar_24" table="table1" title="bar test #24" type="bar" width="450" xaxis="R2:C2..R7:C2" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%
Change height = 150

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" height="150" legend="R1:C4..R1:C7" name="bar_25" table="table1" title="bar test #25" type="bar" width="450" xaxis="R2:C2..R7:C2" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R2:C4..R7:C7" datalabel="off off on box" height="150" legend="R1:C4..R1:C7" name="bar_25" table="table1" title="bar test #25" type="bar" width="450" xaxis="R2:C2..R7:C2" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%
Default width/height. Get data from ChartPluginTestsRemote. Specify table="2" on new topic = ChartPluginTestsRemote. Actual values should show up incremented by 0.52 since data is from a different topic page and the 0.02 denotes the data is from the 2nd table. Legend should show up with Remote since the data on the remote page was set up to include Remote in the legends

%CHART{data="R4:C2..R7:C7" datalabel="off off on box" legend="R4:C1..R7:C1" name="bar_26" table="2" title="bar test #26" topic="ChartPluginTestsRemote" type="bar" xaxis="R2:C2..R2:C7" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R4:C2..R7:C7" datalabel="off off on box" legend="R4:C1..R7:C1" name="bar_26" table="2" title="bar test #26" topic="ChartPluginTestsRemote" type="bar" xaxis="R2:C2..R2:C7" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%
Same as above except add an additional data set (averages) that is calculated by %CALC%. Also shows that since only 4 default bar colors are specified, the 5th bar reuses the 1st default bar color.

%CHART{data="R4:C2..R8:C7" datalabel="off off on box" legend="R4:C1..R8:C1" name="bar_27" table="2" title="bar test #26" topic="ChartPluginTestsRemote" type="bar" xaxis="R2:C2..R2:C7" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R4:C2..R8:C7" datalabel="off off on box" legend="R4:C1..R8:C1" name="bar_27" table="2" title="bar test #26" topic="ChartPluginTestsRemote" type="bar" xaxis="R2:C2..R2:C7" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%
Set title = "Set a new title" to above

%CHART{data="R4:C2..R8:C7" datalabel="off off on box" legend="R4:C1..R8:C1" name="bar_28" table="2" title="Set a new title" topic="ChartPluginTestsRemote" type="bar" xaxis="R2:C2..R2:C7" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{data="R4:C2..R8:C7" datalabel="off off on box" legend="R4:C1..R8:C1" name="bar_28" table="2" title="Set a new title" topic="ChartPluginTestsRemote" type="bar" xaxis="R2:C2..R2:C7" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%
Same as above except add the alt tag = This is the alt tag

%CHART{alt="This is the alt tag" data="R4:C2..R8:C7" datalabel="off off on box" legend="R4:C1..R8:C1" name="bar_29" table="2" title="Set a new title" topic="ChartPluginTestsRemote" type="bar" xaxis="R2:C2..R2:C7" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

%CHART{alt="This is the alt tag" data="R4:C2..R8:C7" datalabel="off off on box" legend="R4:C1..R8:C1" name="bar_29" table="2" title="Set a new title" topic="ChartPluginTestsRemote" type="bar" xaxis="R2:C2..R2:C7" xgrid="off" xlabel="Yep, an X title" yaxis="on" ygrid="off" ylabel="Hello there" ymax="100" ymin="0"}%

combo tests

Simple combo graph using table #2. Since no datatype is defined and only a single data set, combo defaults to a single line.

%CHART{data="R7:C2..R7:C7" name="combo_1" table="table2" type="combo" width="600" xaxis="R2:C2..R2:C7" xgrid="off" ygrid="off"}%

%CHART{data="R7:C2..R7:C7" name="combo_1" table="table2" type="combo" width="600" xaxis="R2:C2..R2:C7" xgrid="off" ygrid="off"}%
Change so 3 data sets are drawn as areas and the last drawn as a line

%CHART{data="R4:C2..R7:C7" name="combo_2" table="table2" title="combo test #2" type="combo" width="600" xaxis="R2:C2..R2:C7" xgrid="off" ygrid="off"}%

%CHART{data="R4:C2..R7:C7" name="combo_2" table="table2" title="combo test #2" type="combo" width="600" xaxis="R2:C2..R2:C7" xgrid="off" ygrid="off"}%
Same as above, adding grid lines and both X and Y axis labels and titles

%CHART{data="R4:C2..R7:C7" legend="R4:C1..R7:C1" name="combo_3" table="table2" title="combo test #3" type="combo" width="600" xaxis="R2:C2..R2:C7" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%

%CHART{data="R4:C2..R7:C7" legend="R4:C1..R7:C1" name="combo_3" table="table2" title="combo test #3" type="combo" width="600" xaxis="R2:C2..R2:C7" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%
Same as above adding subtype="area" which should force all data sets to be drawn as area. Since the last data set would fall behind the previously drawn areas, it is drawn as a line

%CHART{data="R4:C2..R7:C7" legend="R4:C1..R7:C1" name="combo_4" subtype="area" table="table2" title="combo test #4" type="combo" width="600" xaxis="R2:C2..R2:C7" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%

%CHART{data="R4:C2..R7:C7" legend="R4:C1..R7:C1" name="combo_4" subtype="area" table="table2" title="combo test #4" type="combo" width="600" xaxis="R2:C2..R2:C7" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%
Same as above changing subtype="line" which should force all data sets to be drawn as line

%CHART{data="R4:C2..R7:C7" legend="R4:C1..R7:C1" name="combo_5" subtype="line" table="table2" title="combo test #5" type="combo" width="600" xaxis="R2:C2..R2:C7" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%

%CHART{data="R4:C2..R7:C7" legend="R4:C1..R7:C1" name="combo_5" subtype="line" table="table2" title="combo test #5" type="combo" width="600" xaxis="R2:C2..R2:C7" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%
Same as above changing subtype="bar" which should force all data sets to be drawn as bar

%CHART{data="R4:C2..R7:C7" legend="R4:C1..R7:C1" name="combo_6" subtype="bar" table="table2" title="combo test #6" type="combo" width="600" xaxis="R2:C2..R2:C7" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%

%CHART{data="R4:C2..R7:C7" legend="R4:C1..R7:C1" name="combo_6" subtype="bar" table="table2" title="combo test #6" type="combo" width="600" xaxis="R2:C2..R2:C7" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%
Same as above changing subtype="pline" which should force all data sets to be drawn as pline

%CHART{data="R4:C2..R7:C7" legend="R4:C1..R7:C1" name="combo_7" subtype="pline" table="table2" title="combo test #7" type="combo" width="600" xaxis="R2:C2..R2:C7" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%

%CHART{data="R4:C2..R7:C7" legend="R4:C1..R7:C1" name="combo_7" subtype="pline" table="table2" title="combo test #7" type="combo" width="600" xaxis="R2:C2..R2:C7" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%
Same as above changing subtype="point" which should force all data sets to be drawn as point

%CHART{data="R4:C2..R7:C7" legend="R4:C1..R7:C1" name="combo_8" subtype="point" table="table2" title="combo test #8" type="combo" width="600" xaxis="R2:C2..R2:C7" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%

%CHART{data="R4:C2..R7:C7" legend="R4:C1..R7:C1" name="combo_8" subtype="point" table="table2" title="combo test #8" type="combo" width="600" xaxis="R2:C2..R2:C7" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%
Same as above changing subtype="area line pline point"

%CHART{data="R4:C2..R7:C7" legend="R4:C1..R7:C1" name="combo_9" subtype="area line pline point" table="table2" title="combo test #9" type="combo" width="600" xaxis="R2:C2..R2:C7" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%

%CHART{data="R4:C2..R7:C7" legend="R4:C1..R7:C1" name="combo_9" subtype="area line pline point" table="table2" title="combo test #9" type="combo" width="600" xaxis="R2:C2..R2:C7" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%
Same as above changing subtype="line pline point area"

%CHART{data="R4:C2..R7:C7" legend="R4:C1..R7:C1" name="combo_10" subtype="line pline point area" table="table2" title="combo test #10" type="combo" width="600" xaxis="R2:C2..R2:C7" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%

%CHART{data="R4:C2..R7:C7" legend="R4:C1..R7:C1" name="combo_10" subtype="line pline point area" table="table2" title="combo test #10" type="combo" width="600" xaxis="R2:C2..R2:C7" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%
Same as above changing subtype="pline pline point bar"

%CHART{data="R4:C2..R7:C7" legend="R4:C1..R7:C1" name="combo_11" subtype="pline pline point bar" table="table2" title="combo test #11" type="combo" width="600" xaxis="R2:C2..R2:C7" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%

%CHART{data="R4:C2..R7:C7" legend="R4:C1..R7:C1" name="combo_11" subtype="pline pline point bar" table="table2" title="combo test #11" type="combo" width="600" xaxis="R2:C2..R2:C7" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%
Same as above changing subtype="area pline point bar". This should produce an error as you can't combine area and bar subtypes

%CHART{data="R4:C2..R7:C7" legend="R4:C1..R7:C1" name="combo_12" subtype="area pline point bar" table="table2" title="combo test #12" type="combo" width="600" xaxis="R2:C2..R2:C7" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%

%CHART{data="R4:C2..R7:C7" legend="R4:C1..R7:C1" name="combo_12" subtype="area pline point bar" table="table2" title="combo test #12" type="combo" width="600" xaxis="R2:C2..R2:C7" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%

scatter tests

Simple scatter graph using table #3. Defaults to all data sets drawn as point

%CHART{data="R2:C2..R99:C99" name="scatter_1" table="table3" type="scatter" width="600" xaxis="R2:C1..R99:C1" xgrid="off" ygrid="off"}%

%CHART{data="R2:C2..R99:C99" name="scatter_1" table="table3" type="scatter" width="600" xaxis="R2:C1..R99:C1" xgrid="off" ygrid="off"}%
Same as above, adding title, grid lines and both X and Y axis labels and titles

%CHART{data="R2:C2..R99:C99" legend="R1:C2..R1:C99" name="scatter_2" table="table3" title="scatter test #2" type="scatter" width="600" xaxis="R2:C1..R99:C1" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%

%CHART{data="R2:C2..R99:C99" legend="R1:C2..R1:C99" name="scatter_2" table="table3" title="scatter test #2" type="scatter" width="600" xaxis="R2:C1..R99:C1" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%
Same as above adding subtype="line"

%CHART{data="R2:C2..R99:C99" legend="R1:C2..R1:C99" name="scatter_3" subtype="line" table="table3" title="scatter test #3" type="scatter" width="600" xaxis="R2:C1..R99:C1" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%

%CHART{data="R2:C2..R99:C99" legend="R1:C2..R1:C99" name="scatter_3" subtype="line" table="table3" title="scatter test #3" type="scatter" width="600" xaxis="R2:C1..R99:C1" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%
Same as above changing subtype="pline"

%CHART{data="R2:C2..R99:C99" legend="R1:C2..R1:C99" name="scatter_4" subtype="pline" table="table3" title="scatter test #4" type="scatter" width="600" xaxis="R2:C1..R99:C1" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%

%CHART{data="R2:C2..R99:C99" legend="R1:C2..R1:C99" name="scatter_4" subtype="pline" table="table3" title="scatter test #4" type="scatter" width="600" xaxis="R2:C1..R99:C1" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%
Same as above changing subtype="point"

%CHART{data="R2:C2..R99:C99" legend="R1:C2..R1:C99" name="scatter_5" subtype="point" table="table3" title="scatter test #5" type="scatter" width="600" xaxis="R2:C1..R99:C1" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%

%CHART{data="R2:C2..R99:C99" legend="R1:C2..R1:C99" name="scatter_5" subtype="point" table="table3" title="scatter test #5" type="scatter" width="600" xaxis="R2:C1..R99:C1" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%
Same as above changing subtype="bar"

%CHART{data="R2:C2..R99:C99" legend="R1:C2..R1:C99" name="scatter_6" subtype="bar" table="table3" title="scatter test #6" type="scatter" width="600" xaxis="R2:C1..R99:C1" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%

%CHART{data="R2:C2..R99:C99" legend="R1:C2..R1:C99" name="scatter_6" subtype="bar" table="table3" title="scatter test #6" type="scatter" width="600" xaxis="R2:C1..R99:C1" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%
Same as above changing subtype="point bar line pline"

%CHART{data="R2:C2..R99:C99" legend="R1:C2..R1:C99" name="scatter_7" subtype="point bar line pline" table="table3" title="scatter test #7" type="scatter" width="600" xaxis="R2:C1..R99:C1" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%

%CHART{data="R2:C2..R99:C99" legend="R1:C2..R1:C99" name="scatter_7" subtype="point bar line pline" table="table3" title="scatter test #7" type="scatter" width="600" xaxis="R2:C1..R99:C1" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%
Same as above changing subtype="bar line pline point"

%CHART{data="R2:C2..R99:C99" legend="R1:C2..R1:C99" name="scatter_8" subtype="bar line pline point" table="table3" title="scatter test #8" type="scatter" width="600" xaxis="R2:C1..R99:C1" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%

%CHART{data="R2:C2..R99:C99" legend="R1:C2..R1:C99" name="scatter_8" subtype="bar line pline point" table="table3" title="scatter test #8" type="scatter" width="600" xaxis="R2:C1..R99:C1" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%
Same as above changing subtype="line pline point bar"

%CHART{data="R2:C2..R99:C99" legend="R1:C2..R1:C99" name="scatter_9" subtype="line pline point bar" table="table3" title="scatter test #9" type="scatter" width="600" xaxis="R2:C1..R99:C1" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%

%CHART{data="R2:C2..R99:C99" legend="R1:C2..R1:C99" name="scatter_9" subtype="line pline point bar" table="table3" title="scatter test #9" type="scatter" width="600" xaxis="R2:C1..R99:C1" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%
Same as above changing subtype="pline point bar line"

%CHART{data="R2:C2..R99:C99" legend="R1:C2..R1:C99" name="scatter_10" subtype="pline point bar line" table="table3" title="scatter test #10" type="scatter" width="600" xaxis="R2:C1..R99:C1" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%

%CHART{data="R2:C2..R99:C99" legend="R1:C2..R1:C99" name="scatter_10" subtype="pline point bar line" table="table3" title="scatter test #10" type="scatter" width="600" xaxis="R2:C1..R99:C1" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%
Same as above changing subtype="bar bar bar pline"

%CHART{data="R2:C2..R99:C99" legend="R1:C2..R1:C99" name="scatter_11" subtype="bar bar bar pline" table="table3" title="scatter test #11" type="scatter" width="600" xaxis="R2:C1..R99:C1" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%

%CHART{data="R2:C2..R99:C99" legend="R1:C2..R1:C99" name="scatter_11" subtype="bar bar bar pline" table="table3" title="scatter test #11" type="scatter" width="600" xaxis="R2:C1..R99:C1" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%
Same as above changing subtype="area pline point bar". This should produce an error as you can't combine area and bar subtypes

%CHART{data="R2:C2..R99:C99" legend="R1:C2..R1:C99" name="scatter_12" subtype="area pline point bar" table="table3" title="scatter test #12" type="scatter" width="600" xaxis="R2:C1..R99:C1" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%

%CHART{data="R2:C2..R99:C99" legend="R1:C2..R1:C99" name="scatter_12" subtype="area pline point bar" table="table3" title="scatter test #12" type="scatter" width="600" xaxis="R2:C1..R99:C1" xlabel="Yep, an X title" yaxis="on" ylabel="Hello there"}%

New functionality tests

Test various legend placement situations

Test that when all lines overlap on the very bottom of the chart, the legends all show up non-overlapped

%CHART{data="R2:C2..R3:C5" legend="R1:C2..R1:C5" name="line_30" table="table4" title="Test overlap @ bottom" type="line" xaxis="R2:C1..R9:C1" yaxis="on" ygrid="off" ymax="1" ymin="0"}%

%CHART{data="R2:C2..R3:C5" legend="R1:C2..R1:C5" name="line_30" table="table4" title="Test overlap @ bottom" type="line" xaxis="R2:C1..R9:C1" yaxis="on" ygrid="off" ymax="1" ymin="0"}%
Test that when two lines overlap in the middle of the chart, the legends get correctly placed

%CHART{data="R2:C2..R5:C5" legend="R1:C2..R1:C5" name="line_31" table="table4" title="Test overlap @ middle" type="line" xaxis="R2:C1..R9:C1" yaxis="on" ygrid="off"}%

%CHART{data="R2:C2..R5:C5" legend="R1:C2..R1:C5" name="line_31" table="table4" title="Test overlap @ middle" type="line" xaxis="R2:C1..R9:C1" yaxis="on" ygrid="off"}%
Similar to the test above, except the data is changed such that the placement of the legends for the two middle lines should be reversed

%CHART{data="R2:C2..R6:C5" legend="R1:C2..R1:C5" name="line_32" table="table4" title="Test overlap @ middle" type="line" xaxis="R2:C1..R9:C1" yaxis="on" ygrid="off"}%

%CHART{data="R2:C2..R6:C5" legend="R1:C2..R1:C5" name="line_32" table="table4" title="Test overlap @ middle" type="line" xaxis="R2:C1..R9:C1" yaxis="on" ygrid="off"}%
Test that when 4 lines are close to overlapping and are all located at the top of the chart, the legends get correctly placed.

%CHART{data="R2:C2..R7:C5" legend="R1:C2..R1:C5" name="line_33" table="table4" title="Test overlap @ top" type="line" xaxis="R2:C1..R9:C1" yaxis="on" ygrid="off" ymax="40"}%

%CHART{data="R2:C2..R7:C5" legend="R1:C2..R1:C5" name="line_33" table="table4" title="Test overlap @ top" type="line" xaxis="R2:C1..R9:C1" yaxis="on" ygrid="off" ymax="40"}%
Test that when 4 lines do exactly overlap at the top of the chart, the legends get correctly placed.

%CHART{data="R2:C2..R8:C5" legend="R1:C2..R1:C5" name="line_34" table="table4" title="Test overlap @ top" type="line" xaxis="R2:C1..R9:C1" yaxis="on" ygrid="off" ymax="40"}%

%CHART{data="R2:C2..R8:C5" legend="R1:C2..R1:C5" name="line_34" table="table4" title="Test overlap @ top" type="line" xaxis="R2:C1..R9:C1" yaxis="on" ygrid="off" ymax="40"}%
Test that the arrangement of legends of 4 lines located at the top of a chart is correct.

%CHART{data="R2:C2..R9:C5" legend="R1:C2..R1:C5" name="line_35" table="table4" title="Test overlap @ top" type="line" xaxis="R2:C1..R9:C1" yaxis="on" ygrid="off" ymax="40"}%

%CHART{data="R2:C2..R9:C5" legend="R1:C2..R1:C5" name="line_35" table="table4" title="Test overlap @ top" type="line" xaxis="R2:C1..R9:C1" yaxis="on" ygrid="off" ymax="40"}%
Test that even with a ymax set too low such that the lines go off the top of the chart, the legends still stay on the chart.

%CHART{data="R2:C2..R4:C5" legend="R1:C2..R1:C5" name="line_36" table="table4" title="Test legends falling off top" type="line" xaxis="R2:C1..R9:C1" yaxis="on" ygrid="off" ymax="20"}%

%CHART{data="R2:C2..R4:C5" legend="R1:C2..R1:C5" name="line_36" table="table4" title="Test legends falling off top" type="line" xaxis="R2:C1..R9:C1" yaxis="on" ygrid="off" ymax="20"}%
Test that even with a ymin set too high such that some lines do not even show up on the chart because they fall below the chart, the legends still stay on the chart.

%CHART{data="R2:C2..R4:C5" legend="R1:C2..R1:C5" name="line_37" table="table4" title="Test legends falling off top" type="line" xaxis="R2:C1..R9:C1" yaxis="on" ygrid="off" ymin="21"}%

%CHART{data="R2:C2..R4:C5" legend="R1:C2..R1:C5" name="line_37" table="table4" title="Test legends falling off top" type="line" xaxis="R2:C1..R9:C1" yaxis="on" ygrid="off" ymin="21"}%
Test extremes that even when ymin is set higher than all data, that the legends still get drawn on the chart.

%CHART{data="R2:C2..R4:C5" legend="R1:C2..R1:C5" name="line_38" table="table4" title="Test legends falling off bottom" type="line" xaxis="R2:C1..R9:C1" yaxis="on" ygrid="off" ymax="60" ymin="50"}%

%CHART{data="R2:C2..R4:C5" legend="R1:C2..R1:C5" name="line_38" table="table4" title="Test legends falling off bottom" type="line" xaxis="R2:C1..R9:C1" yaxis="on" ygrid="off" ymax="60" ymin="50"}%
Test extremes that even when ymax is set lower than all data, that the legends still get drawn on the chart.

%CHART{data="R2:C2..R4:C5" legend="R1:C2..R1:C5" name="line_39" table="table4" title="Test legends falling off top" type="line" xaxis="R2:C1..R9:C1" yaxis="on" ygrid="off" ymax="-10" ymin="-50"}%

%CHART{data="R2:C2..R4:C5" legend="R1:C2..R1:C5" name="line_39" table="table4" title="Test legends falling off top" type="line" xaxis="R2:C1..R9:C1" yaxis="on" ygrid="off" ymax="-10" ymin="-50"}%

Test numxgrids and xaxisangle options

Show what happens when there is so much data that the X axis labels overlap

%CHART{data="R2:C2..R99:C5" legend="R1:C2..R1:C5" name="line_40" table="table4" title="Overlapping X labels" type="line" width="200" xaxis="R2:C1..R99:C1" yaxis="on"}%

%CHART{data="R2:C2..R99:C5" legend="R1:C2..R1:C5" name="line_40" table="table4" title="Overlapping X labels" type="line" width="200" xaxis="R2:C1..R99:C1" yaxis="on"}%
Take the above graph and specify numxgrids = "3" making the X axis labels more readable

%CHART{data="R2:C2..R99:C5" legend="R1:C2..R1:C5" name="line_41" numxgrids="3" table="table4" title="Change numxgrids" type="line" width="200" xaxis="R2:C1..R99:C1" yaxis="on"}%

%CHART{data="R2:C2..R99:C5" legend="R1:C2..R1:C5" name="line_41" numxgrids="3" table="table4" title="Change numxgrids" type="line" width="200" xaxis="R2:C1..R99:C1" yaxis="on"}%
Take the first graph and specify xaxisangle = 90, changing the X axis label angle = 90 degrees

%CHART{data="R2:C2..R99:C5" legend="R1:C2..R1:C5" name="line_42" numxgrids="9" table="table4" title="Change xaxisangle" type="line" width="200" xaxis="R2:C1..R99:C1" xaxisangle="90" yaxis="on"}%

%CHART{data="R2:C2..R99:C5" legend="R1:C2..R1:C5" name="line_42" numxgrids="9" table="table4" title="Change xaxisangle" type="line" width="200" xaxis="R2:C1..R99:C1" xaxisangle="90" yaxis="on"}%

Test scale and ytics options

Show how scale=semilog makes the chart easier to read. Since ytics is NOT specified, it defaults to 8.

%CHART{data="R2:C8..R99:C8" legend="R1:C8..R1:C8" name="line_43" scale="semilog" table="table4" title="semilogrithmic scale" type="line" xaxis="R2:C1..R99:C1" yaxis="on"}%

%CHART{data="R2:C8..R99:C8" legend="R1:C8..R1:C8" name="line_43" scale="semilog" table="table4" title="semilogrithmic scale" type="line" xaxis="R2:C1..R99:C1" yaxis="on"}%
Show the above plotted data on a linear scale with ytics=1

%CHART{data="R2:C8..R99:C8" legend="R1:C8..R1:C8" name="line_44" table="table4" title="base10 scale with ytics set to 1" type="line" xaxis="R2:C1..R99:C1" yaxis="on" ytics="1"}%

%CHART{data="R2:C8..R99:C8" legend="R1:C8..R1:C8" name="line_44" table="table4" title="base10 scale with ytics set to 1" type="line" xaxis="R2:C1..R99:C1" yaxis="on" ytics="1"}%

Test defaultdata option

Show what happens when there is sparse data. defaultdata = 0

%CHART{data="R2:C6..R99:C7" datalabel="box" defaultdata="0" legend="R1:C6..R1:C7" name="line_45" table="table4" title="Defaultdata equal 0" type="line" xaxis="R2:C1..R99:C1" yaxis="on"}%

%CHART{data="R2:C6..R99:C7" datalabel="box" defaultdata="0" legend="R1:C6..R1:C7" name="line_45" table="table4" title="Defaultdata equal 0" type="line" xaxis="R2:C1..R99:C1" yaxis="on"}%
Same as above, but now defaultdata = 10

%CHART{data="R2:C6..R99:C7" datalabel="box" defaultdata="10" legend="R1:C6..R1:C7" name="line_46" table="table4" title="Defaultdata equal 0" type="line" xaxis="R2:C1..R99:C1" yaxis="on"}%

%CHART{data="R2:C6..R99:C7" datalabel="box" defaultdata="10" legend="R1:C6..R1:C7" name="line_46" table="table4" title="Defaultdata equal 0" type="line" xaxis="R2:C1..R99:C1" yaxis="on"}%
Same as above, but now defaultdata = "none" (empty)

%CHART{data="R2:C6..R99:C7" datalabel="box" defaultdata="none" legend="R1:C6..R1:C7" name="line_47" table="table4" title="Defaultdata equal 0" type="line" xaxis="R2:C1..R99:C1" yaxis="on"}%

%CHART{data="R2:C6..R99:C7" datalabel="box" defaultdata="none" legend="R1:C6..R1:C7" name="line_47" table="table4" title="Defaultdata equal 0" type="line" xaxis="R2:C1..R99:C1" yaxis="on"}%

Test gridcolor option

Show default grid color with solid grid lines.

%CHART{data="R2:C7..R7:C7" name="line_48" table="table1" title="line test #48" type="line" xaxis="R2:C2..R7:C2" xgrid="on" ygrid="on"}%

%CHART{data="R2:C7..R7:C7" name="line_48" table="table1" title="line test #48" type="line" xaxis="R2:C2..R7:C2" xgrid="on" ygrid="on"}%
Change the grid color to blue.

%CHART{data="R2:C7..R7:C7" gridcolor="#0000FF" name="line_49" table="table1" title="line test #49" type="line" xaxis="R2:C2..R7:C2" xgrid="on" ygrid="on"}%

%CHART{data="R2:C7..R7:C7" gridcolor="#0000FF" name="line_49" table="table1" title="line test #49" type="line" xaxis="R2:C2..R7:C2" xgrid="on" ygrid="on"}%
Change the grid color back to the default but make them dotted

%CHART{data="R2:C7..R7:C7" name="line_50" table="table1" title="line test #50" type="line" xaxis="R2:C2..R7:C2" xgrid="dot" ygrid="dot"}%

%CHART{data="R2:C7..R7:C7" name="line_50" table="table1" title="line test #50" type="line" xaxis="R2:C2..R7:C2" xgrid="dot" ygrid="dot"}%
Change the grid style to be 5 black dots and 5 transparent dots.

%CHART{data="R2:C7..R7:C7" gridcolor="#000000, #000000, #000000, #000000, #000000, transparent, transparent, transparent, transparent, transparent," name="line_51" table="table1" title="line test #51" type="line" xaxis="R2:C2..R7:C2" xgrid="dot" ygrid="dot"}%

%CHART{data="R2:C7..R7:C7" gridcolor="#000000, #000000, #000000, #000000, #000000, transparent, transparent, transparent, transparent, transparent," name="line_51" table="table1" title="line test #51" type="line" xaxis="R2:C2..R7:C2" xgrid="dot" ygrid="dot"}%
Change the grid style to be 4 red dots, 4 green dots, 4 blue dots and 4 transparent dots.

%CHART{data="R2:C7..R7:C7" gridcolor="#FF0000, #FF0000, #FF0000, #FF0000, #00FF00, #00FF00, #00FF00, #00FF00, #0000FF, #0000FF, #0000FF, #0000FF, transparent, transparent, transparent, transparent," name="line_52" table="table1" title="line test #52" type="line" xaxis="R2:C2..R7:C2" xgrid="dot" ygrid="dot"}%

%CHART{data="R2:C7..R7:C7" gridcolor="#FF0000, #FF0000, #FF0000, #FF0000, #00FF00, #00FF00, #00FF00, #00FF00, #0000FF, #0000FF, #0000FF, #0000FF, transparent, transparent, transparent, transparent," name="line_52" table="table1" title="line test #52" type="line" xaxis="R2:C2..R7:C2" xgrid="dot" ygrid="dot"}%
Change the grid style to be 1 black dot which basically makes a solid line

%CHART{data="R2:C7..R7:C7" gridcolor="#000000" name="line_53" table="table1" title="line test #53" type="line" xaxis="R2:C2..R7:C2" xgrid="dot" ygrid="dot"}%

%CHART{data="R2:C7..R7:C7" gridcolor="#000000" name="line_53" table="table1" title="line test #53" type="line" xaxis="R2:C2..R7:C2" xgrid="dot" ygrid="dot"}%

Error handling tests

Description Expected Output Output
no parameters passed to CHART

%CHART{}%

ChartPlugin error: parameter name must be specified %CHART{}%
Define type but name not specified

%CHART{type="bar"}%

ChartPlugin error: parameter name must be specified %CHART{type="bar"}%
Invalid type of badtype

%CHART{type="badtype"}%

ChartPlugin error: Invalid value of badtype for parameter type %CHART{type="badtype"}%
Missing topic page

%CHART{name="err1" topic="DoesNotExist" type="line"}%

ChartPlugin error: Error retrieving TWiki topic DoesNotExist? %CHART{name="err1" topic="DoesNotExist" type="line"}%
Missing web

%CHART{name="err1" type="line" web="DoesNotExist"}%

ChartPlugin error: Error retrieving TWiki topic ChartPluginTests? %CHART{name="err1" type="line" web="DoesNotExist"}%
Invalid table number

%CHART{name="err1" table="999" type="line"}%

ChartPlugin error: parameter table is not valid table; the specified table '999' does not exist. %CHART{name="err1" table="999" type="line"}%
No data specified

%CHART{name="err1" type="line"}%

ChartPlugin error: parameter data must be specified %CHART{name="err1" type="line"}%
invalid xaxis value

%CHART{data="R2:C4..R7:C7" name="err1" type="line" xaxis="R2:C4..R7:C7"}%

ChartPlugin error: parameter xaxis specifies multiple rows and columns. %CHART{data="R2:C4..R7:C7" name="err1" type="line" xaxis="R2:C4..R7:C7"}%
invalid legend

%CHART{data="R1:C1..R2:C2" legend="R1:C1..R2:C2" name="err1" type="line" xaxis="R1:C1..R2:C2"}%

ChartPlugin error: parameter legend specifies multiple rows and columns. %CHART{data="R1:C1..R2:C2" legend="R1:C1..R2:C2" name="err1" type="line" xaxis="R1:C1..R2:C2"}%
ymin = ymax such that there is no chart height

%CHART{data="R1:C1..R2:C2" name="err1" type="line" xaxis="R1:C1..R1:C2" ymax="10" ymin="10"}%

ChartPlugin error: chart error: name=err1: Chart height = 0 (ymin(10) = ymax(10)) %CHART{data="R1:C1..R2:C2" name="err1" type="line" xaxis="R1:C1..R1:C2" ymax="10" ymin="10"}%
xmin == xmax such that there is no chart width

%CHART{data="R2:C4..R7:C4" name="err1" type="scatter" xaxis="R2:C3..R7:C3"}%

ChartPlugin error: chart error: name=err1: Chart width = 0 (xmin(0) = xmax(0)) %CHART{data="R2:C4..R7:C4" name="err1" type="scatter" xaxis="R2:C3..R7:C3"}%
Use an invalid xaxis range

%CHART{data="R2:C4..R7:C7" name="err1" xaxis="R2:C2"}%

ChartPlugin error: parameter xaxis value of 'R2:C2' is not valid %CHART{data="R2:C4..R7:C7" name="err1" xaxis="R2:C2"}%
Use an invalid data range

%CHART{data="R2:C4" name="err1"}%

ChartPlugin error: parameter data value of 'R2:C4' is not valid %CHART{data="R2:C4" name="err1"}%
Use an invalid legend range

%CHART{data="R2:C4..R7:C7" legend="R1:C4" name="err1"}%

ChartPlugin error: parameter legend contains an invalid value 'R1:C4'. %CHART{data="R2:C4..R7:C7" legend="R1:C4" name="err1"}%
scale=semilog and data <= 0

%CHART{data="R2:C3..R7:C7" name="err1" scale="semilog"}%

ChartPlugin error: data (0) <= 0 not valid when scale=semilog %CHART{data="R2:C3..R7:C7" name="err1" scale="semilog"}%

-- TWiki:Main.TaitCyrus - 3 June 2004
-- TWiki:Main.PeterThoeny - 14 Sept 2002

ChartPlugin Tests with Remote Data

This topic just contains two tables which are referenced from the ChartPluginTests topic. To distinguish the data on this page from other data, the actual values have been increased by 0.51 and 0.52 to denote table 1 and table 2 respectively.

Record Number Time Period Minimum Value Acceptable Value Target Value Exceptional Value Actual Value Comment
1 Start 0 50 70 90 39.51 initial measure
2 FY03-Q1 0 35 75 95 55.51  
3 FY03-Q2 0 35 75 95 36.51  
4 FY03-Q3 0 40 80 100 62.51  
5 FY03-Q4 0 40 80 100 72.51  
6 FY04-Q1 0 40 80 100 68.51  

Remote:Record Number 1 2 3 5 5 6
Remote:Time Period Start FY03-Q1 FY03-Q2 FY03-Q3 FY03-Q4 FY04-Q1
Remote:Minimum Value 0 0 0 0 0 0
Remote:Acceptable Value 50 35 35 40 40 40
Remote:Target Value 70 75 75 80 80 80
Remote:Exceptional Value 90 95 95 100 100 100
Remote:Actual Value 39.52 55.52 36.52 62.52 72.52 68.52
Test:Averages 49.904 52.104 48.304 56.504 58.504 57.704
Remote:Comment initial measure          

-- TWiki:Main.TaitCyrus - 3 June 2004
-- TWiki:Main.PeterThoeny - 20 Jun 2002

Classic Skin

The classic TWiki skin is a bare bone and functional skin, supporting any browser, and has a minimum of graphics

This is not really a skin. It is the set of default templates, shown if no skin is activated. The default templates are part of every TWiki distribution.

Skin Info

Description: The classic TWiki skin, bare bone and functional, for any browser, with a minimum of graphics
Screenshot: Click for full screen image
Base Name: classic
Skin Author: TWiki:Main/PeterThoeny
Skin Version: 25 Jul 2004 (v1.000)
Change History:  
25 Jul 2004: Initial version (v1.000)
Dependencies:  
Skin Home: http://TWiki.org/cgi-bin/view/Plugins/ClassicSkin
Feedback: http://TWiki.org/cgi-bin/view/Plugins/ClassicSkinDev

Note: The Description, Screenshot and Base Name rows are needed by the TWikiSkinBrowser

Related topic: TWikiSkins, TWikiSkinBrowser

-- TWiki:Main/PeterThoeny - 25 Jul 2004

Comment Plugin

This plugin allows users to quickly post comments to a page without an edit/preview/save cycle.

( Discussion in TWiki:Plugins/CommentPluginDev )

Features

Inserts an edit box into the page that allows users to type in and save comments. Comments can be made

  • in different formats (as defined by a template),
  • in both forward and reverse chronological order,
  • signed or unsigned, dated or undated (as defined by a template),
  • in other topics, or other positions within the current topic.

Syntax Rules

Write the command %COMMENT{ attributes }% anywhere in a TWiki topic. %COMMENT% is also legal.

The following attributes are recognised
Name Description
type (Required) This is the name of the template to use for this comment. Comment templates are defined in a TWiki template - see Customisation, below. If this attribute is not defined, the type is whatever is defined by COMMENTPLUGIN_DEFAULT_TYPE, either in this topic or in your WebPreferences. By default this is 'below'.
target Name of the topic to add the comment to. Defaults to the current topic.
location Regular expression specifying the comment location in the target topic. Read carefully below!
mode For compatability with older versions only, synonymous with type
nonotify Set to "on" to disable change notification for target topics

Positioning the comment

%COMMENT supports several ways to specify where a comment should be inserted in the target topic. This is referred to as the location of the comment.

Location relative to %COMMENT tag

The default location is the %COMMENT tag itself. For example:
%COMMENT{type="below"}%
will add comments in the current topic, directly below the %COMMENT tag.

Location relative to a TWiki anchor

The target attribute may specify a web, and may also specify an anchor within the target topic; for example,
%COMMENT{type="above" target="%MAINWEB%.PersonalRemarks#InsertHere"}%
This uses a standard TWiki in-topic anchor as the insertion location. See TextFormattingRules for more about TWiki anchors.

Location relative to an arbitrary text string

Getting more sophisticated, you can also specify a regular expression for the target location using the location parameter. The target topic is searched for the regular expression, and the comment inserted relative to the string that the search matched. For example,
%COMMENT{type="above" location="Flights of Fancy"}%
will place comments above the first occurence of the string Flights of Fancy in the current topic.

Warning of course, if a user's comment contains the string "Flights of Fancy" they may and up changing the location for the next comment! Also, if you use a tag in the location, then you've just inserted another tag in the page that contains the %COMMENT! So be very careful how you specify the RE for location. Note that the RE is matched using perl "multiple line" mode, so ^ and $ match the start of a line and the end of a line respectively.

If you specify an anchor and a location, the anchor will be ignored.

Default templates

A set of default comment templates are shipped with the plugin. These are:
Template type Description
top Comments, signed and dated, added at top of the topic (the anchor is ignored)
bottom Comments, signed and dated, added at end of the target topic (the anchor is ignored)
above Comments, signed and dated, added immediately before the target anchor, or the %COMMENT if no anchor is specified
below Comments, signed and dated, added immediately below the target anchor, or the %COMMENT if no anchor is specified
tableprepend Comments, signed and dated, formatted as an HTML table row, added below the anchor (which must be in an HTML <table>)
tableappend Comments, signed and dated, formatted as an HTML table row, added above the anchor (which must be in an HTML <table>)

Your local installation may add more template types as well - see Customisation, below.

Customisation

Customisation of the comment plugin requires

The plugin picks up its templates from a standard TWiki template file, named "comments". This allows different templates to be defined for different TWiki skins. This template file may include other template files, or may include a topic from a user web (this is an extension to the normal handling of %TMPL:INCLUDE described in the documentation). The shipped plugin defines default templates in comments.tmpl and then includes the topic CommentsTmpl. If you want to define your own templates, add them to UserTemplates?. Note that you can use %TMPL:INCLUDE in this file to include other files of templates. Note also that if you want to override any of the default templates shipped with the plugin, you can simply do so by defining them in UserTemplates?, and they will replace the installed versions.

To define a comment type, you have to provide two simple template definitions in the template file; one for the prompt box, and one for the generated output. If we have a template type "mytype", these are named PROMPT:mytype and OUTPUT:mytype respectively. See comments.tmpl in the templates directory for examples.

The PROMPT template

The PROMPT template defines the contents of an HTML form that is used to capture the comment. This form invokes the comment generator when submitted. Parameters to the comment generator are defined using standard HTML input fields, such as input, textarea and select. The user enters values for these parameters, and these are then available when the OUTPUT template is expanded, in the form of %URLPARAM%s.

Only the input fields of the form need be defined. The plugin automatically generates the >form< and &gt:/form< tags. Note that you must define a "submit" button if you want the form to work!

If an attribute is given to the %COMMENT tag that is not one of the standard attributes, then that attribute is taken as the name of a parameter to be expanded in the PROMPT template. Expressions in the template of the form %param|default% (e.g. %rows|3%, %button|Push me%) are expanded to the values given in the %COMMENT. For example, if the PROMPT template 'example' contains:

<textarea rows=%rows|3% cols="%cols|50%" value="%tval|Rubbish%">
and the %COMMENT tag is:
%COMMENT{type="example" rows="5" cols="20"}%
then the template will be expanded as
<textarea rows=5 cols="20" value="Rubbish">

As well as support for all the usual TWiki variables in templates, the following special variables are supported in the PROMPT definition:
Variable Description
%MESSAGE% A helpful generated message, either a lock message or a reminder to refresh.
%DISABLED% Set to 'disabled' when you cannot comment (see Important Note regarding Locks, below).

The OUTPUT template

The OUTPUT template defines the format for the text that actually gets embedded into the topic. All the usual TWiki variables are available in the PROMPT definition, but note that they get expanded when the comment is inserted in the text, so time, date and username will refer to the time and date when the comment was made and the user who made it.

There are also four position tags that are used to indicate where the comment should be placed, relative to the location defined in the %COMMENT tag:

%POS:TOP% If present, comments will be inserted at the top of the topic i.e. before any other text
%POS:BOTTOM% If present, comments will be inserted at the end of the topic i.e. after all existing text
%POS:BEFORE% If present, comments will be inserted immediately before the %COMMENT% tag
%POS:AFTER% If present, comments will be inserted immediately after the %COMMENT% tag
Note that these position tags are obviously mutually exclusive. If you define more than one, the result is undefined. If none is present, the default is taken from the plugin setting DEFAULT_TYPE

Important Note regarding Locks

The plugin checks if the page is locked for edit. When a locked page is displayed in 'view' mode, comment input is automatically disabled.

Note that if the page was read long time ago, it's possible that page was locked by another user after it was read, and the lock is still outstanding. In this case, comments cannot be saved, and you will be redirected to a "topic is locked" page. You then have two options:

  • Cancel - throw away your comment and return to viewing the page.
  • Back - WARNING some browsers might requery the page and lose your comments - so test how your browser behaves before using the Back button.

To help avoid edit conflict, a reminder to refresh the page before entering comments is the default text for a %COMMENT. When the target page is known to be locked, the PROMPT form is automatically disabled.

Settings

  • Description:
    • Set SHORTDESCRIPTION = Allows users to quickly post comments to a page without an edit/preview/save cycle.
  • templates; includes user templates from CommentsTmpl
    • Set TEMPLATES = comments
  • default template type (if not present, defaults to "below")
    • Set DEFAULT_TYPE = above

Plugin Installation Instructions

* Make sure you have the TWiki:Plugins/SharedCode module installed. Among other things, TWiki:Plugins/SharedCode includes a compatibility module that enables plugins to use new TWiki features with earlier TWiki releases. If you don't already have it, install it now.
  • Download the ZIP file from the Plugin web (see below)
  • Unzip CommentPlugin.zip in your twiki installation directory. Content:
    File: Description:
    data/TWiki/CommentPlugin.txt Plugin doc page (this page)
    data/TWiki/CommentsTmpl.txt Example user templates
    templates/comments.tmpl Master comment templates
    lib/TWiki/Plugins/CommentPlugin.pm Plugin Perl module
    lib/TWiki/Plugins/CommentPlugin/Comment.pm Plugin Perl module
    lib/TWiki/Plugins/CommentPlugin/Templates.pm Plugin Perl module
    lib/TWiki/Plugins/CommentPlugin/test.zip Tests
    lib/TWiki/Plugins/CommentPlugin/build.pl Build file

  • The Plugin depends on the viewauth script to authenticate the user. As described in TWikiAccessControl, copy the view script to viewauth (or better, create a symbolic link) and add viewauth to the list of authenticated scripts in the .htaccess file.

If installed correctly, you should see a %COMMENT edit box below here.

Plugin Info

Plugin Author: v1.0 TWiki:Main/DavidWeller v2.0 TWiki:Main/PeterMasiar v3.0 TWiki:Main/CrawfordCurrie
Plugin Version: 3.0
Change History: 3.003 11 Apr 2004: Minor line termination problem fixed, and "security" hyphen on standard comment removed and replaced with a bulleted list.
  3.002 6 April 2004: Applied patches (thanks Peter Thoeny) for multiple comment adding, BOTTOM and TOP inside meta-data, and moved example to Sandbox.
  3.001 13 March 2004: Modified to use viewauth save technique (safer), add nonotify parameter, move templates fully into topics, with a hook for site-specifics, support %COMMENT%, internationalisation fixes
  3.000 18 Feb 2004: TWiki:Main/CrawfordCurrie rewrote for standard templates and other user requests. Recognition to Patrice Fournier and Sam Abrams for terrific testing and patch support.
  7 Feb 2004: TWiki:Main/CrawfordCurrie rewrote this page and CommentTemplates? in an effort to make the plugin more user friendly. Added {TIME} variable. Also updated CVS.
  23 Sep 2003 TWiki:Main/PeterMasiar: 80% rewrite/refactor, adding templates
  15 July 2003: TWiki:Main/PeterMasiar added "reminder" parameter and feature to pass comments to oopslockedcomments.tmpl template to copy-paste later
  5 March 2002 Bug fixes, TWiki:Main/JonLambert created oopslockedcomments.tmpl template
  24 Feb 2002 added a few more user requests, made "English" text configurable
  4 Dec 2001: 1.01 release, changed name to CommentPlugin, added $button var, changed textarea WRAP setting to "soft"
  30 Nov 2001: Initial version
Dependencies:  
Perl Version: 5.0
Plugin Home: TWiki:Plugins/CommentPlugin
Feedback: TWiki:Plugins/CommentPluginDev

Related Topics: TWikiPreferences, TWikiPlugins

-- TWiki:Main/DavidWeller - 05 Mar 2002
-- TWiki:Main/PeterMasiar - 15 Jul 2003, 23 Sep 2003
-- TWiki:Main/CrawfordCurrie - 21 May 2004

Templates for CommentPlugin - See CommentPlugin#Customisation for help

WARNING: THIS FILE WILL BE OVERWRITTEN WHEN YOU UPGRADE THE COMMENT PLUGIN

Put your local templates into UserTemplates?. LOCAL TEMPLATES WILL OVERRIDE TEMPLATES DEFINED IN THIS FILE

Template definitions

Templates used in rest of file

Generic prompt box used by other templates
%TMPL:DEF{promptbox}%
<table><tr valign="middle"><td><textarea %DISABLED% rows="%rows|3%" cols="%cols|50%" name="comment" wrap="soft" onfocus="if(this.value=='%MESSAGE%')this.value=''" onblur="if(this.value=='')this.value='%MESSAGE%'">%MESSAGE%</textarea></td><td><input %DISABLED% type="submit" value="%button|Add comment%" /></td></tr></table>
%TMPL:END%
Standard comment, preserving formatting, signed and dated
%TMPL:DEF{outputstandard}%

%URLPARAM{"comment"}%

-- %WIKIUSERNAME% - %DATE%
%TMPL:END%
Short comment, signed and dated
%TMPL:DEF{outputoneliner}%   * %URLPARAM{"comment"}% -- %WIKIUSERNAME% - %DATE% %TIME%%TMPL:END%

User templates

top

Comments, signed and dated, added at top of file
%TMPL:DEF{PROMPT:top}%%TMPL:P{promptbox}%%TMPL:END%

%TMPL:DEF{OUTPUT:top}%%TMPL:P{outputoneliner}%%POS:TOP%
%TMPL:END%

bottom

Comments, signed and dated, added at end of file
%TMPL:DEF{PROMPT:bottom}%%TMPL:P{promptbox}%%TMPL:END%
%TMPL:DEF{OUTPUT:bottom}%%POS:BOTTOM%%TMPL:P{outputoneliner}%%TMPL:END%

above

Comments, signed and dated, added immediately before anchor
%TMPL:DEF{PROMPT:above}%%TMPL:P{promptbox}%%TMPL:END%
%TMPL:DEF{OUTPUT:above}%%POS:BEFORE%%TMPL:P{outputstandard}%
%TMPL:END%

below

Comments, signed and dated, added immediately below anchor
%TMPL:DEF{PROMPT:below}%%TMPL:P{promptbox}%%TMPL:END%
%TMPL:DEF{OUTPUT:below}%%POS:AFTER%%TMPL:P{outputstandard}%
%TMPL:END%

tableprepend

Comments, signed and dated, added at top of table below the anchor/location/COMMENT
%TMPL:DEF{PROMPT:tableprepend}%%TMPL:P{promptbox}%%TMPL:END%
%TMPL:DEF{OUTPUT:tableprepend}%%POS:AFTER%| %URLPARAM{"comment" newline="<br />"}% </td><td> %WIKIUSERNAME% </td><td> %DATE% %TIME% |
%TMPL:END%

tableappend

Comments, signed and dated, added at end of table above the anchor/location/COMMENT
%TMPL:DEF{PROMPT:tableappend}%%TMPL:P{promptbox}%%TMPL:END%
%TMPL:DEF{OUTPUT:tableappend}%%POS:BEFORE%| %URLPARAM{"comment" newline="<br />"}% | %WIKIUSERNAME% | %DATE% %TIME% |
%TMPL:END%

after: Add before the comment box

%TMPL:DEF{PROMPT:after}%%TMPL:P{promptbox}%%TMPL:END%
%TMPL:DEF{OUTPUT:after}%%TMPL:P{outputoneliner}% %POS:BEFORE%%TMPL:END%

action

Action added to action table directly above comment box
%TMPL:DEF{PROMPT:action}%
<table>
 <tr>
  <td align="right">Action for (TWiki.WikiName):</td>
  <td><input name="who" type="text" size="50" value="%URLPARAM{"who"}%" /></td>
 </tr>
 <tr>
  <td align="right">Due date:</td>
  <td>
   <input name="due" id="idDue" type="text" size="30" value="%URLPARAM{"due"}%" />
  </td>
 </tr>
 <tr>
  <td colspan="2">
   <textarea %DISABLED% rows="5" cols="120" name="comment" wrap="soft"></textarea>
  </td>
 </tr>
 <tr>
  <td colspan=2 align=middle><input %DISABLED% type="submit" value="Add action" /></td>
 </tr>
</table>
%TMPL:END%
%TMPL:DEF{OUTPUT:action}%%POS:BEFORE%%ACTION{who="%URLPARAM{"who"}%" due="%URLPARAM{"due"}%"}% %URLPARAM{"comment" newline="<br />"}%<br />- Created by %WIKIUSERNAME%, %DATE% %TIME%
%TMPL:END%

poll

TWiki table that collects results from a poll on plugin usage
%TMPL:DEF{PROMPT:poll}%
<table valign="middle">
 <tr>
  <td align=right>Number of sites?</td>
  <td align=left><input %DISABLED% type="text" name="sites" size="3" value="1"></td>
  <td align=right>Plugin hacked?</td>
  <td align=left>
   <select %DISABLED% name="pluginhacked">
    <option>no</option>
    <option>yes</option>
   </select>
  </td>
  <td align=right>TWiki hacked?</td>
  <td align=left>
   <select %DISABLED% name="twikihacked">
    <option>no</option>
    <option>yes</option>
   </select>
  </td>
  <td align=right>Remarks</td>
  <td align=left><input %DISABLED% type="text" name="remarks" size="30" value=""></td>
  <td>
   <input %DISABLED% type="submit" value="Yes, I use it" />
  </td>
 </tr>
</table>
%TMPL:END%
%TMPL:DEF{OUTPUT:poll}%%POS:BEFORE%| %WIKIUSERNAME% | %URLPARAM{"sites"}% | %URLPARAM{"pluginhacked"}% | %URLPARAM{"twikihacked"}% | %URLPARAM{"remarks"}% |
%TMPL:END%

table

Tablerows adding on end - TWiki:Main/FranzJosefSilli
%TMPL:DEF{PROMPT:table}%
<hr width="60%"/> Date: <input %DISABLED% type="text" size="40" name="comment_date" /> <br /> City: <input %DISABLED% type="text" size="40" name="comment_city" value="" /> <input %DISABLED% type="submit" value="%button|Add%" /> entry <hr width="90%"/>
%TMPL:END%
%TMPL:DEF{OUTPUT:table}%
%POS:BEFORE%| %URLPARAM{"comment_date"}% | %WIKIUSERNAME% | %URLPARAM{"comment_city" }% |
%TMPL:END%

toctalk

Talk using TOC adding on end - TWiki:Main/FranzJosefSilli
%TMPL:DEF{PROMPT:toctalk}%
<hr width="60%"/> Summary: <input %DISABLED% type="text" size="40" name="comment_summary" /> <br /> <textarea %DISABLED% rows="%rows|3%" cols="%cols|50%" name="comment_text" wrap="soft" onfocus="if(this.value=='%MESSAGE%')this.value=''" onblur="if(this.value=='')this.value='%MESSAGE%'">%MESSAGE%</textarea> <br /> <input %DISABLED% type="submit" value="%button|Add%" /> <hr width="90%"/>
%TMPL:END%
%TMPL:DEF{OUTPUT:toctalk}%
%POS:BEFORE%---+++ %DATE% %TIME% %WIKIUSERNAME%: %URLPARAM{"comment_summary"}%
%POS:BEFORE%%URLPARAM{"comment_text" }%
%POS:BEFORE%
%TMPL:END%

bookmark

Talk using TOC adding on end - TWiki:Main/FranzJosefSilli
%TMPL:DEF{PROMPT:bookmark}%
<hr width="60%"/> URL: <input %DISABLED% type="text" size="40" name="comment_url" value="http://" /> <br /> Link: <input %DISABLED% type="text" size="40" name="comment_link" /> <br /> Text: <input %DISABLED% type="text" size="40" name="comment_text" value="%MESSAGE%" /> <input %DISABLED% type="submit" value="%button|Add%" />   bookmark <hr width="90%"/>
%TMPL:END%
%TMPL:DEF{OUTPUT:bookmark}%
%POS:BEFORE%   * [[%URLPARAM{"comment_url"}%][%URLPARAM{"comment_link"}%]] - %URLPARAM{"comment_text" }%
%TMPL:END%

%TMPL:INCLUDE{"TWiki.UserTemplates"}%

The complete Change RSS http://campar.in.tum.de/view/TWiki Chair for COmputer-Aided Medical Procedures and Augmented Reality. en-us Copyright 2021 by contributing authors Dennis Hilla [dennis.hilla@tum.de] Dennis Hilla [dennis.hilla@tum.de] TWiki TWiki.TWiki TWiki home.TWiki http://campar.in.tum.de/view/TWiki http://campar.in.tum.de/twiki/pub/TWiki/TWikiLogos/twikiRobot46x50.gif WebStatistics [v1.410], by Main.guest http://campar.in.tum.de/view/AECAI/WebStatistics?t=2021-09-17T04:14Z Statistics for AECAI Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 195 0 0 30 ... (last changed by guest) 2021-09-17T04:14Z guest 1.410 updated major http://campar.in.tum.de/rdiff/AECAI/WebStatistics http://campar.in.tum.de/rdiff/AECAI/WebStatistics PaperSubmission [v1.5], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI/PaperSubmission?t=2015-04-11T08:11Z Springer LNCS Workshop Proceedings Publication Submit your papers here Commitment from Springer’s Lecture Notes in Computer Science series to publish an individual ... (last changed by PascalFallavollita) 2015-04-11T08:11Z PascalFallavollita 1.5 updated major http://campar.in.tum.de/rdiff/AECAI/PaperSubmission http://campar.in.tum.de/rdiff/AECAI/PaperSubmission WebHome [v1.97], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI/WebHome?t=2014-09-16T21:49Z Overview In medical imaging, augmented reality environments aim to provide the physician with enhanced perception of the patient either by fusing various imaging ... (last changed by PascalFallavollita) 2014-09-16T21:49Z PascalFallavollita 1.97 updated major http://campar.in.tum.de/rdiff/AECAI/WebHome http://campar.in.tum.de/rdiff/AECAI/WebHome Program [v1.4], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI/Program?t=2014-09-04T08:58Z 8:00 am Registration, Speaker Check-in and Poster Setup 8:15 am Welcome Opening Remarks (moderator: Christian Linte) 8:20 am Keynote Address: Dr. Guang-Zhong Yang ... (last changed by PascalFallavollita) 2014-09-04T08:58Z PascalFallavollita 1.4 updated major http://campar.in.tum.de/rdiff/AECAI/Program http://campar.in.tum.de/rdiff/AECAI/Program Topics [v1.3], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI/Topics?t=2014-07-16T06:53Z Scientific Topics Medical Augmented and Virtual Reality Surgical Simulation and Training Multimodal Data Visualization and Image Fusion Image-guided Surgical Navigation ... (last changed by PascalFallavollita) 2014-07-16T06:53Z PascalFallavollita 1.3 updated major http://campar.in.tum.de/rdiff/AECAI/Topics http://campar.in.tum.de/rdiff/AECAI/Topics ImportantDates [v1.6], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI/ImportantDates?t=2014-07-16T06:47Z Important Dates Paper submission: June 5, 2014 (11:59pm PST) Author notification: June 27, 2014 Camera-ready Paper Submission Deadline: July 4, 2014 Workshop: September ... (last changed by PascalFallavollita) 2014-07-16T06:47Z PascalFallavollita 1.6 updated major http://campar.in.tum.de/rdiff/AECAI/ImportantDates http://campar.in.tum.de/rdiff/AECAI/ImportantDates Committee [v1.5], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI/Committee?t=2014-06-20T18:48Z Organizers Dr. Ziv Yaniv, The Sheikh Zayed Institute for Pediatric Surgical Innovation Children's National Medical Center, Washington DC, USA humbugfy("zyaniv","childrensnational ... (last changed by PascalFallavollita) 2014-06-20T18:48Z PascalFallavollita 1.5 updated major http://campar.in.tum.de/rdiff/AECAI/Committee http://campar.in.tum.de/rdiff/AECAI/Committee BestPaperAward [v1.2], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI/BestPaperAward?t=2014-04-23T10:38Z The top three papers will be recognized with a paper award sponsored by Northern Digital Inc. (last changed by PascalFallavollita) 2014-04-23T10:38Z PascalFallavollita 1.2 updated major http://campar.in.tum.de/rdiff/AECAI/BestPaperAward http://campar.in.tum.de/rdiff/AECAI/BestPaperAward WebTopBar [v1.18], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI/WebTopBar?t=2014-04-23T10:24Z (last changed by PascalFallavollita) 2014-04-23T10:24Z PascalFallavollita 1.18 updated major http://campar.in.tum.de/rdiff/AECAI/WebTopBar http://campar.in.tum.de/rdiff/AECAI/WebTopBar WebLeftBar [v1.25], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI/WebLeftBar?t=2014-04-23T09:38Z Home Committee Important Dates Topics Paper Submission Best Paper Award Keynote Speakers Program Registration and Venue Previous AE-CAIs Contact us (last changed by PascalFallavollita) 2014-04-23T09:38Z PascalFallavollita 1.25 updated major http://campar.in.tum.de/rdiff/AECAI/WebLeftBar http://campar.in.tum.de/rdiff/AECAI/WebLeftBar RegistrationAndVenue [v1.5], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI/RegistrationAndVenue?t=2014-04-23T09:28Z Registration The early-bird registration deadline for workshops is: August 1, 2014. The registration website is here At least one author per accepted paper (oral ... (last changed by PascalFallavollita) 2014-04-23T09:28Z PascalFallavollita 1.5 updated major http://campar.in.tum.de/rdiff/AECAI/RegistrationAndVenue http://campar.in.tum.de/rdiff/AECAI/RegistrationAndVenue KeynoteSpeakers [v1.2], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI/KeynoteSpeakers?t=2014-02-15T19:33Z Keynote Speakers Guang-Zhong Yang, Ph.D – Director Co-founder BR Hamlyn Center for Robotic Surgery, Imperial College London, London UK BR BR Professor Guang-Zhong ... (last changed by PascalFallavollita) 2014-02-15T19:33Z PascalFallavollita 1.2 updated major http://campar.in.tum.de/rdiff/AECAI/KeynoteSpeakers http://campar.in.tum.de/rdiff/AECAI/KeynoteSpeakers Publication [v1.2], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI/Publication?t=2014-02-15T19:32Z Springer LNCS Workshop Proceedings Publication Starting with AE-CAI 2011, we received commitment from Springer’s LNCS series to publish an individual volume dedicated ... (last changed by PascalFallavollita) 2014-02-15T19:32Z PascalFallavollita 1.2 updated major http://campar.in.tum.de/rdiff/AECAI/Publication http://campar.in.tum.de/rdiff/AECAI/Publication PreviousAE-CAIs [v1.4], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI/PreviousAE-CAIs?t=2014-02-15T19:32Z Previous Editions MIAR / AE-CAI 2013 AE-CAI 2012 AE-CAI 2011 MIAR 2010 AMI-ARCS 2009 AMI-ARCS 2008 Med AR Tutorial 2007 AMI-ARCS 2006 AMI-ARCS 2004 AMI-ARCS 2004 ... (last changed by PascalFallavollita) 2014-02-15T19:32Z PascalFallavollita 1.4 updated major http://campar.in.tum.de/rdiff/AECAI/PreviousAE-CAIs http://campar.in.tum.de/rdiff/AECAI/PreviousAE-CAIs ContactUs [v1.4], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI/ContactUs?t=2014-02-15T19:31Z Generic AE-CAI 2014 Questions and Inquiries: Dr. Cristian Linte, Biomedical Engineering, Rochester Institute of Technology, Rochester, USA humbugfy("clinte","mail ... (last changed by PascalFallavollita) 2014-02-15T19:31Z PascalFallavollita 1.4 updated major http://campar.in.tum.de/rdiff/AECAI/ContactUs http://campar.in.tum.de/rdiff/AECAI/ContactUs PreviousAECAIs [v1.1], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI/PreviousAECAIs?t=2014-02-15T09:59Z Previous Editions MIAR / AE-CAI 2013 AE-CAI 2012 AE-CAI 2011 MIAR 2010 AMI-ARCS 2009 AMI-ARCS 2008 Med AR Tutorial 2007 AMI-ARCS 2006 AMI-ARCS 2004 AMI-ARCS 2004 ... (last changed by PascalFallavollita) 2014-02-15T09:59Z PascalFallavollita 1.1 updated major http://campar.in.tum.de/rdiff/AECAI/PreviousAECAIs http://campar.in.tum.de/rdiff/AECAI/PreviousAECAIs WebStatistics [v1.389], by Main.guest http://campar.in.tum.de/view/AECAI2015/WebStatistics?t=2021-09-17T04:17Z Statistics for AECAI2015 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 127 0 ... (last changed by guest) 2021-09-17T04:17Z guest 1.389 updated major http://campar.in.tum.de/rdiff/AECAI2015/WebStatistics http://campar.in.tum.de/rdiff/AECAI2015/WebStatistics WebHome [v1.119], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI2015/WebHome?t=2015-10-13T08:56Z BR BR Overview In medical imaging, augmented reality environments aim to provide the physician with enhanced perception of the patient either by fusing various imaging ... (last changed by PascalFallavollita) 2015-10-13T08:56Z PascalFallavollita 1.119 updated major http://campar.in.tum.de/rdiff/AECAI2015/WebHome http://campar.in.tum.de/rdiff/AECAI2015/WebHome Program [v1.5], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI2015/Program?t=2015-07-22T08:39Z 8:30 am Registration, Speaker Check-in and Poster Setup 8:40 am Welcome Opening Remarks 8:50 am Oral Session I: Ultrasound-guided Interventions Ultrasound-Guided ... (last changed by PascalFallavollita) 2015-07-22T08:39Z PascalFallavollita 1.5 updated major http://campar.in.tum.de/rdiff/AECAI2015/Program http://campar.in.tum.de/rdiff/AECAI2015/Program ImportantDates [v1.4], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI2015/ImportantDates?t=2015-07-20T11:11Z Important Dates Paper submission: June 28, 2015 (11:59pm PST) BR Author notification: July 24, 2015 BR Camera-ready Paper Submission: August 3, 2015 BR Workshop: ... (last changed by PascalFallavollita) 2015-07-20T11:11Z PascalFallavollita 1.4 updated major http://campar.in.tum.de/rdiff/AECAI2015/ImportantDates http://campar.in.tum.de/rdiff/AECAI2015/ImportantDates Committee [v1.7], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI2015/Committee?t=2015-06-29T19:36Z Organizers Dr. Ziv Yaniv BR TAJ Technologies Inc. and Lister Hill National Center for Biomedical Communications, National Institutes of Health, Maryland, USA BR Dr ... (last changed by PascalFallavollita) 2015-06-29T19:36Z PascalFallavollita 1.7 updated major http://campar.in.tum.de/rdiff/AECAI2015/Committee http://campar.in.tum.de/rdiff/AECAI2015/Committee Topics [v1.4], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI2015/Topics?t=2015-06-26T09:35Z Scientific Topics Medical Augmented and Virtual Reality Surgical Simulation and Training Multimodal Data Visualization and Image Fusion Image-guided Surgical Navigation ... (last changed by PascalFallavollita) 2015-06-26T09:35Z PascalFallavollita 1.4 updated major http://campar.in.tum.de/rdiff/AECAI2015/Topics http://campar.in.tum.de/rdiff/AECAI2015/Topics RegistrationAndVenue [v1.3], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI2015/RegistrationAndVenue?t=2015-05-27T12:25Z Registration The registration for authors is here At least one author per accepted paper (oral or poster) must register. Venue Local Information is here (last changed by PascalFallavollita) 2015-05-27T12:25Z PascalFallavollita 1.3 updated major http://campar.in.tum.de/rdiff/AECAI2015/RegistrationAndVenue http://campar.in.tum.de/rdiff/AECAI2015/RegistrationAndVenue PaperSubmission [v1.2], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI2015/PaperSubmission?t=2015-04-13T10:10Z Springer LNCS Workshop Proceedings Publication Submit your papers here Commitment from Springer's Lecture Notes in Computer Science series to publish an individual ... (last changed by PascalFallavollita) 2015-04-13T10:10Z PascalFallavollita 1.2 updated major http://campar.in.tum.de/rdiff/AECAI2015/PaperSubmission http://campar.in.tum.de/rdiff/AECAI2015/PaperSubmission KeynoteSpeakers [v1.1], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI2015/KeynoteSpeakers?t=2015-04-11T08:14Z Clinical Keynotes Dr. med. Simon Weidert BR Department of Traumatology Orthopaedic Surgery, Ludwig-Maximilian-University, Munich, Germany BR BR Dr. med Simon Weidert ... (last changed by PascalFallavollita) 2015-04-11T08:14Z PascalFallavollita 1.1 updated major http://campar.in.tum.de/rdiff/AECAI2015/KeynoteSpeakers http://campar.in.tum.de/rdiff/AECAI2015/KeynoteSpeakers WebLeftBar [v1.26], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI2015/WebLeftBar?t=2015-04-11T08:13Z Home Committee Important Dates Topics Paper Submission Best Paper Award Keynote Speakers Program Registration and Venue Previous AE-CAIs Contact us (last changed by PascalFallavollita) 2015-04-11T08:13Z PascalFallavollita 1.26 updated major http://campar.in.tum.de/rdiff/AECAI2015/WebLeftBar http://campar.in.tum.de/rdiff/AECAI2015/WebLeftBar WebTopBar [v1.19], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI2015/WebTopBar?t=2015-04-11T07:37Z (last changed by PascalFallavollita) 2015-04-11T07:37Z PascalFallavollita 1.19 updated major http://campar.in.tum.de/rdiff/AECAI2015/WebTopBar http://campar.in.tum.de/rdiff/AECAI2015/WebTopBar PreviousAE-CAIs [v1.1], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI2015/PreviousAE-CAIs?t=2015-04-10T22:27Z Previous Editions AE-CAI 2014 MIAR / AE-CAI 2013 AE-CAI 2012 AE-CAI 2011 MIAR 2010 AMI-ARCS 2009 AMI-ARCS 2008 Med AR Tutorial 2007 AMI-ARCS 2006 AMI-ARCS 2004 AMI ... (last changed by PascalFallavollita) 2015-04-10T22:27Z PascalFallavollita 1.1 updated major http://campar.in.tum.de/rdiff/AECAI2015/PreviousAE-CAIs http://campar.in.tum.de/rdiff/AECAI2015/PreviousAE-CAIs ContactUs [v1.1], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI2015/ContactUs?t=2015-04-10T22:22Z Generic AE-CAI 2014 Questions and Inquiries: Dr. Ziv Yaniv BR Lister Hill National Center for Biomedical Communications, Maryland, USA BR Email: humbugfy("zivrafael ... (last changed by PascalFallavollita) 2015-04-10T22:22Z PascalFallavollita 1.1 updated major http://campar.in.tum.de/rdiff/AECAI2015/ContactUs http://campar.in.tum.de/rdiff/AECAI2015/ContactUs BestPaperAward [v1.1], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/AECAI2015/BestPaperAward?t=2015-04-10T22:12Z The top three papers will be recognized with a paper award sponsored by Northern Digital Inc. (last changed by PascalFallavollita) 2015-04-10T22:12Z PascalFallavollita 1.1 updated major http://campar.in.tum.de/rdiff/AECAI2015/BestPaperAward http://campar.in.tum.de/rdiff/AECAI2015/BestPaperAward WebPreferences [v1.13], by <a class="twikiLink" href="https://k-d-w.org/">SebastianPoelsterl</a> http://campar.in.tum.de/view/AECAI2015/WebPreferences?t=2015-04-10T09:04Z AECAI2015 Web Preferences The following settings are web preferences of the AECAI2015 web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by SebastianPoelsterl) 2015-04-10T09:04Z SebastianPoelsterl 1.13 updated major http://campar.in.tum.de/rdiff/AECAI2015/WebPreferences http://campar.in.tum.de/rdiff/AECAI2015/WebPreferences WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/AECAI2015/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/AECAI2015/WebBottomBar http://campar.in.tum.de/rdiff/AECAI2015/WebBottomBar WebStatistics [v1.961], by Main.guest http://campar.in.tum.de/view/AMIARCS/WebStatistics?t=2021-09-17T04:19Z Statistics for AMIARCS Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 379 0 0 ... (last changed by guest) 2021-09-17T04:19Z guest 1.961 updated major http://campar.in.tum.de/rdiff/AMIARCS/WebStatistics http://campar.in.tum.de/rdiff/AMIARCS/WebStatistics WebLeftBar [v1.19], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS/WebLeftBar?t=2008-05-07T22:25Z Home Submission Committees MICCAI 2006 Pictures AMI-ARCS Pictures MICCAI flyer AMI-ARCS 2006 (250kB) poster AMI-ARCS 2006 (3,8MB) presentation Invited Talk (11MB ... (last changed by TobiasSielhorst) 2008-05-07T22:25Z TobiasSielhorst 1.19 updated major http://campar.in.tum.de/rdiff/AMIARCS/WebLeftBar http://campar.in.tum.de/rdiff/AMIARCS/WebLeftBar WebPreferences [v1.12], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS/WebPreferences?t=2008-05-07T22:25Z AMIARCS Web Preferences The following settings are web preferences of the AMIARCS web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by TobiasSielhorst) 2008-05-07T22:25Z TobiasSielhorst 1.12 updated major http://campar.in.tum.de/rdiff/AMIARCS/WebPreferences http://campar.in.tum.de/rdiff/AMIARCS/WebPreferences WebHome [v1.55], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS/WebHome?t=2008-05-07T22:01Z Follow this link to AMIARCS 2008! AMI-ARCS 2006, a one day satellite workshop of MICCAI 2006, will serve as a forum for researchers involved in all aspects of Augmented ... (last changed by TobiasSielhorst) 2008-05-07T22:01Z TobiasSielhorst 1.55 updated major http://campar.in.tum.de/rdiff/AMIARCS/WebHome http://campar.in.tum.de/rdiff/AMIARCS/WebHome WebHome2008 [v1.5], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS/WebHome2008?t=2008-05-07T21:26Z WebHome2008 AMI-ARCS 2008, a one day satellite workshop of MICCAI 2008, will serve as a forum for researchers involved in all aspects of Augmented environments for ... (last changed by TobiasSielhorst) 2008-05-07T21:26Z TobiasSielhorst 1.5 updated major http://campar.in.tum.de/rdiff/AMIARCS/WebHome2008 http://campar.in.tum.de/rdiff/AMIARCS/WebHome2008 WebBottomBar [v1.2], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS/WebBottomBar?t=2008-05-07T21:25Z 2006, Chair for Computer Aided Medical Procedures Augmented Reality, Contact for organizatorial issues and web content humbugfy("traub","cs.tum.edu") (last changed by TobiasSielhorst) 2008-05-07T21:25Z TobiasSielhorst 1.2 updated major http://campar.in.tum.de/rdiff/AMIARCS/WebBottomBar http://campar.in.tum.de/rdiff/AMIARCS/WebBottomBar WebChanges [v1.2], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS/WebChanges?t=2008-05-07T21:25Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by TobiasSielhorst) 2008-05-07T21:25Z TobiasSielhorst 1.2 updated major http://campar.in.tum.de/rdiff/AMIARCS/WebChanges http://campar.in.tum.de/rdiff/AMIARCS/WebChanges WebIndex [v1.3], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS/WebIndex?t=2008-05-07T21:25Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by TobiasSielhorst) 2008-05-07T21:25Z TobiasSielhorst 1.3 updated major http://campar.in.tum.de/rdiff/AMIARCS/WebIndex http://campar.in.tum.de/rdiff/AMIARCS/WebIndex WebNotify [v1.5], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS/WebNotify?t=2008-05-07T21:25Z This is a subscription service to be automatically notified by e-mail when topics change in this AMIARCS web. This is a convenient service, so you do not have to come ... (last changed by TobiasSielhorst) 2008-05-07T21:25Z TobiasSielhorst 1.5 updated major http://campar.in.tum.de/rdiff/AMIARCS/WebNotify http://campar.in.tum.de/rdiff/AMIARCS/WebNotify WebSearch [v1.2], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS/WebSearch?t=2008-05-07T21:25Z INCLUDE{" TWIKIWEB .WebSearch"} (last changed by TobiasSielhorst) 2008-05-07T21:25Z TobiasSielhorst 1.2 updated major http://campar.in.tum.de/rdiff/AMIARCS/WebSearch http://campar.in.tum.de/rdiff/AMIARCS/WebSearch WebTopicList [v1.2], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS/WebTopicList?t=2008-05-07T21:25Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by TobiasSielhorst) 2008-05-07T21:25Z TobiasSielhorst 1.2 updated major http://campar.in.tum.de/rdiff/AMIARCS/WebTopicList http://campar.in.tum.de/rdiff/AMIARCS/WebTopicList WebTopBar [v1.16], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS/WebTopBar?t=2008-05-07T21:25Z document.title "AMI-ARCS 2006 :: 3rd Workshop on Augmented environments for Medical Imaging and Computer-aided Surgery"; self.name "AMI-ARCS 2006"; self.defaultStatus ... (last changed by TobiasSielhorst) 2008-05-07T21:25Z TobiasSielhorst 1.16 updated major http://campar.in.tum.de/rdiff/AMIARCS/WebTopBar http://campar.in.tum.de/rdiff/AMIARCS/WebTopBar CdProceeding [v1.2], by <a class="twikiLink" href="../../Main/JoergTraub.html">JoergTraub</a> http://campar.in.tum.de/view/AMIARCS/CdProceeding?t=2007-12-10T15:34Z .amiarcs { font-weight:bold; font-family:Helvetica; font-style:normal; font-size:500 ; padding-left:110; color:darkblue } .miccai { font-family:Helvetica; font-style ... (last changed by JoergTraub) 2007-12-10T15:34Z JoergTraub 1.2 updated major http://campar.in.tum.de/rdiff/AMIARCS/CdProceeding http://campar.in.tum.de/rdiff/AMIARCS/CdProceeding PatternSkin [v1.1], by <a class="twikiLink" href="../../Main/JoergTraub.html">JoergTraub</a> http://campar.in.tum.de/view/AMIARCS/PatternSkin?t=2005-12-16T09:32Z PatternSkin (last changed by JoergTraub) 2005-12-16T09:32Z JoergTraub 1.1 updated major http://campar.in.tum.de/rdiff/AMIARCS/PatternSkin http://campar.in.tum.de/rdiff/AMIARCS/PatternSkin WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/AMIARCS/WebRss?t=2004-08-16T03:27Z TWiki's AMIARCS web SCRIPTURL /view SCRIPTSUFFIX /AMIARCS The AMIARCS web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE{ ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/AMIARCS/WebRss http://campar.in.tum.de/rdiff/AMIARCS/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/AMIARCS/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/AMIARCS/WebSearchAdvanced http://campar.in.tum.de/rdiff/AMIARCS/WebSearchAdvanced WebStatistics [v1.932], by Main.guest http://campar.in.tum.de/view/AMIARCS08/WebStatistics?t=2021-09-17T04:20Z Statistics for AMIARCS08 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 219 0 ... (last changed by guest) 2021-09-17T04:20Z guest 1.932 updated major http://campar.in.tum.de/rdiff/AMIARCS08/WebStatistics http://campar.in.tum.de/rdiff/AMIARCS08/WebStatistics WebHome [v1.50], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS08/WebHome?t=2008-10-10T15:21Z AMI-ARCS 2008, a one day satellite workshop of MICCAI 2008, will serve as a forum for researchers involved in all aspects of Augmented environments for Medical Imaging ... (last changed by TobiasSielhorst) 2008-10-10T15:21Z TobiasSielhorst 1.50 updated major http://campar.in.tum.de/rdiff/AMIARCS08/WebHome http://campar.in.tum.de/rdiff/AMIARCS08/WebHome ProceedingsOnline [v1.8], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS08/ProceedingsOnline?t=2008-10-10T15:19Z ProceedingsOnline Here is the link to the full proceedings or this page as an ISO image File Title Author Pages Preface and Table of contents Philip “Eddie” Edwards ... (last changed by TobiasSielhorst) 2008-10-10T15:19Z TobiasSielhorst 1.8 updated major http://campar.in.tum.de/rdiff/AMIARCS08/ProceedingsOnline http://campar.in.tum.de/rdiff/AMIARCS08/ProceedingsOnline FinalProgram [v1.1], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS08/FinalProgram?t=2008-07-25T13:05Z Coming soon: Final Program Session 1: Application Speaker Title Session 2: Accuracy and Assessment Speaker Title Session 3: Displays and Visualization Speaker Title ... (last changed by TobiasSielhorst) 2008-07-25T13:05Z TobiasSielhorst 1.1 updated major http://campar.in.tum.de/rdiff/AMIARCS08/FinalProgram http://campar.in.tum.de/rdiff/AMIARCS08/FinalProgram WebLeftBar [v1.25], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS08/WebLeftBar?t=2008-05-22T21:09Z Home Submission Committees MICCAI 2008 Med AR Tutorial 07 AMI-ARCS 2006 AMI-ARCS 2004 ARCS 2003 flyer AMI-ARCS 2008 poster AMI-ARCS 2008 (last changed by TobiasSielhorst) 2008-05-22T21:09Z TobiasSielhorst 1.25 updated major http://campar.in.tum.de/rdiff/AMIARCS08/WebLeftBar http://campar.in.tum.de/rdiff/AMIARCS08/WebLeftBar SiteNotOpenYet [v1.1], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS08/SiteNotOpenYet?t=2008-05-16T08:31Z Dear guest, unfortunately the submission site for AMI-ARCS is not open, yet. (last changed by TobiasSielhorst) 2008-05-16T08:31Z TobiasSielhorst 1.1 updated major http://campar.in.tum.de/rdiff/AMIARCS08/SiteNotOpenYet http://campar.in.tum.de/rdiff/AMIARCS08/SiteNotOpenYet WebTopBar [v1.18], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS08/WebTopBar?t=2008-05-08T05:40Z document.title "AMI-ARCS 2008 :: 4th Workshop on Augmented environments for Medical Imaging and Computer-aided Surgery"; self.name "AMI-ARCS 2008"; self.defaultStatus ... (last changed by TobiasSielhorst) 2008-05-08T05:40Z TobiasSielhorst 1.18 updated major http://campar.in.tum.de/rdiff/AMIARCS08/WebTopBar http://campar.in.tum.de/rdiff/AMIARCS08/WebTopBar WebBottomBar [v1.2], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS08/WebBottomBar?t=2008-05-07T22:23Z 2008, Chair for Computer Aided Medical Procedures Augmented Reality, Contact for organizatorial issues and web content humbugfy("sielhors","cs.tum.edu") (last changed by TobiasSielhorst) 2008-05-07T22:23Z TobiasSielhorst 1.2 updated major http://campar.in.tum.de/rdiff/AMIARCS08/WebBottomBar http://campar.in.tum.de/rdiff/AMIARCS08/WebBottomBar WebPreferences [v1.13], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS08/WebPreferences?t=2008-05-07T22:15Z AMIARCS08 Web Preferences The following settings are web preferences of the AMIARCS08 web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by TobiasSielhorst) 2008-05-07T22:15Z TobiasSielhorst 1.13 updated major http://campar.in.tum.de/rdiff/AMIARCS08/WebPreferences http://campar.in.tum.de/rdiff/AMIARCS08/WebPreferences WebHome2006 [v1.53], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS08/WebHome2006?t=2008-03-07T12:36Z AMI-ARCS 2006, a one day satellite workshop of MICCAI 2006, will serve as a forum for researchers involved in all aspects of Augmented environments for Medical Imaging ... (last changed by TobiasSielhorst) 2008-03-07T12:36Z TobiasSielhorst 1.53 updated major http://campar.in.tum.de/rdiff/AMIARCS08/WebHome2006 http://campar.in.tum.de/rdiff/AMIARCS08/WebHome2006 WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/AMIARCS08/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this AMIARCS08 web. This is a convenient service, so you do not have to ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/AMIARCS08/WebNotify http://campar.in.tum.de/rdiff/AMIARCS08/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/AMIARCS08/WebRss?t=2004-08-16T03:27Z TWiki's AMIARCS08 web SCRIPTURL /view SCRIPTSUFFIX /AMIARCS08 The AMIARCS08 web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/AMIARCS08/WebRss http://campar.in.tum.de/rdiff/AMIARCS08/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/AMIARCS08/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/AMIARCS08/WebSearchAdvanced http://campar.in.tum.de/rdiff/AMIARCS08/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/AMIARCS08/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/AMIARCS08/WebIndex http://campar.in.tum.de/rdiff/AMIARCS08/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/AMIARCS08/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/AMIARCS08/WebTopicList http://campar.in.tum.de/rdiff/AMIARCS08/WebTopicList WebChanges [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/AMIARCS08/WebChanges?t=2001-08-16T19:58Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by PeterThoeny) 2001-08-16T19:58Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/AMIARCS08/WebChanges http://campar.in.tum.de/rdiff/AMIARCS08/WebChanges WebStatistics [v1.652], by Main.guest http://campar.in.tum.de/view/AMIARCS09/WebStatistics?t=2021-09-17T08:38Z Statistics for AMIARCS09 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 69 0 0 ... (last changed by guest) 2021-09-17T08:38Z guest 1.652 updated major http://campar.in.tum.de/rdiff/AMIARCS09/WebStatistics http://campar.in.tum.de/rdiff/AMIARCS09/WebStatistics WebBottomBar [v1.3], by <a class="twikiLink" href="../../Main/ChristophBichlmeier.html">ChristophBichlmeier</a> http://campar.in.tum.de/view/AMIARCS09/WebBottomBar?t=2009-01-12T13:49Z 2006, Chair for Computer Aided Medical Procedures Augmented Reality, Contact for organizatorial issues and web content humbugfy("bichlmei","cs.tum.edu") (last changed by ChristophBichlmeier) 2009-01-12T13:49Z ChristophBichlmeier 1.3 updated major http://campar.in.tum.de/rdiff/AMIARCS09/WebBottomBar http://campar.in.tum.de/rdiff/AMIARCS09/WebBottomBar WebPreferences [v1.13], by <a class="twikiLink" href="../../Main/ChristophBichlmeier.html">ChristophBichlmeier</a> http://campar.in.tum.de/view/AMIARCS09/WebPreferences?t=2009-01-12T13:44Z AMIARCS09 Web Preferences The following settings are web preferences of the AMIARCS09 web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by ChristophBichlmeier) 2009-01-12T13:44Z ChristophBichlmeier 1.13 updated major http://campar.in.tum.de/rdiff/AMIARCS09/WebPreferences http://campar.in.tum.de/rdiff/AMIARCS09/WebPreferences WebLeftBar [v1.19], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS09/WebLeftBar?t=2008-05-07T22:25Z Home Submission Committees MICCAI 2006 Pictures AMI-ARCS Pictures MICCAI flyer AMI-ARCS 2006 (250kB) poster AMI-ARCS 2006 (3,8MB) presentation Invited Talk (11MB ... (last changed by TobiasSielhorst) 2008-05-07T22:25Z TobiasSielhorst 1.19 updated major http://campar.in.tum.de/rdiff/AMIARCS09/WebLeftBar http://campar.in.tum.de/rdiff/AMIARCS09/WebLeftBar WebHome [v1.55], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS09/WebHome?t=2008-05-07T22:01Z Follow this link to AMIARCS 2008! AMI-ARCS 2006, a one day satellite workshop of MICCAI 2006, will serve as a forum for researchers involved in all aspects of Augmented ... (last changed by TobiasSielhorst) 2008-05-07T22:01Z TobiasSielhorst 1.55 updated major http://campar.in.tum.de/rdiff/AMIARCS09/WebHome http://campar.in.tum.de/rdiff/AMIARCS09/WebHome WebHome2008 [v1.5], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS09/WebHome2008?t=2008-05-07T21:26Z WebHome2008 AMI-ARCS 2008, a one day satellite workshop of MICCAI 2008, will serve as a forum for researchers involved in all aspects of Augmented environments for ... (last changed by TobiasSielhorst) 2008-05-07T21:26Z TobiasSielhorst 1.5 updated major http://campar.in.tum.de/rdiff/AMIARCS09/WebHome2008 http://campar.in.tum.de/rdiff/AMIARCS09/WebHome2008 WebChanges [v1.2], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS09/WebChanges?t=2008-05-07T21:25Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by TobiasSielhorst) 2008-05-07T21:25Z TobiasSielhorst 1.2 updated major http://campar.in.tum.de/rdiff/AMIARCS09/WebChanges http://campar.in.tum.de/rdiff/AMIARCS09/WebChanges WebIndex [v1.3], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS09/WebIndex?t=2008-05-07T21:25Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by TobiasSielhorst) 2008-05-07T21:25Z TobiasSielhorst 1.3 updated major http://campar.in.tum.de/rdiff/AMIARCS09/WebIndex http://campar.in.tum.de/rdiff/AMIARCS09/WebIndex WebNotify [v1.5], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS09/WebNotify?t=2008-05-07T21:25Z This is a subscription service to be automatically notified by e-mail when topics change in this AMIARCS09 web. This is a convenient service, so you do not have to ... (last changed by TobiasSielhorst) 2008-05-07T21:25Z TobiasSielhorst 1.5 updated major http://campar.in.tum.de/rdiff/AMIARCS09/WebNotify http://campar.in.tum.de/rdiff/AMIARCS09/WebNotify WebSearch [v1.2], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS09/WebSearch?t=2008-05-07T21:25Z INCLUDE{" TWIKIWEB .WebSearch"} (last changed by TobiasSielhorst) 2008-05-07T21:25Z TobiasSielhorst 1.2 updated major http://campar.in.tum.de/rdiff/AMIARCS09/WebSearch http://campar.in.tum.de/rdiff/AMIARCS09/WebSearch WebTopicList [v1.2], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS09/WebTopicList?t=2008-05-07T21:25Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by TobiasSielhorst) 2008-05-07T21:25Z TobiasSielhorst 1.2 updated major http://campar.in.tum.de/rdiff/AMIARCS09/WebTopicList http://campar.in.tum.de/rdiff/AMIARCS09/WebTopicList WebTopBar [v1.16], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMIARCS09/WebTopBar?t=2008-05-07T21:25Z document.title "AMI-ARCS 2006 :: 3rd Workshop on Augmented environments for Medical Imaging and Computer-aided Surgery"; self.name "AMI-ARCS 2006"; self.defaultStatus ... (last changed by TobiasSielhorst) 2008-05-07T21:25Z TobiasSielhorst 1.16 updated major http://campar.in.tum.de/rdiff/AMIARCS09/WebTopBar http://campar.in.tum.de/rdiff/AMIARCS09/WebTopBar WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/AMIARCS09/WebRss?t=2004-08-16T03:27Z TWiki's AMIARCS09 web SCRIPTURL /view SCRIPTSUFFIX /AMIARCS09 The AMIARCS09 web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/AMIARCS09/WebRss http://campar.in.tum.de/rdiff/AMIARCS09/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/AMIARCS09/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/AMIARCS09/WebSearchAdvanced http://campar.in.tum.de/rdiff/AMIARCS09/WebSearchAdvanced WebStatistics [v1.544], by Main.guest http://campar.in.tum.de/view/AMICARS/WebStatistics?t=2021-09-17T04:22Z Statistics for AMICARS Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 35 0 0 9 ... (last changed by guest) 2021-09-17T04:22Z guest 1.544 updated major http://campar.in.tum.de/rdiff/AMICARS/WebStatistics http://campar.in.tum.de/rdiff/AMICARS/WebStatistics WebPreferences [v1.11], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMICARS/WebPreferences?t=2008-05-07T20:43Z AMICARS Web Preferences The following settings are web preferences of the AMICARS web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by TobiasSielhorst) 2008-05-07T20:43Z TobiasSielhorst 1.11 updated major http://campar.in.tum.de/rdiff/AMICARS/WebPreferences http://campar.in.tum.de/rdiff/AMICARS/WebPreferences WebBottomBar [v1.2], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMICARS/WebBottomBar?t=2008-05-07T20:42Z 2006, Chair for Computer Aided Medical Procedures Augmented Reality, Contact humbugfy("traub","cs.tum.edu") (last changed by TobiasSielhorst) 2008-05-07T20:42Z TobiasSielhorst 1.2 updated major http://campar.in.tum.de/rdiff/AMICARS/WebBottomBar http://campar.in.tum.de/rdiff/AMICARS/WebBottomBar WebChanges [v1.2], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMICARS/WebChanges?t=2008-05-07T20:42Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by TobiasSielhorst) 2008-05-07T20:42Z TobiasSielhorst 1.2 updated major http://campar.in.tum.de/rdiff/AMICARS/WebChanges http://campar.in.tum.de/rdiff/AMICARS/WebChanges WebIndex [v1.3], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMICARS/WebIndex?t=2008-05-07T20:42Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by TobiasSielhorst) 2008-05-07T20:42Z TobiasSielhorst 1.3 updated major http://campar.in.tum.de/rdiff/AMICARS/WebIndex http://campar.in.tum.de/rdiff/AMICARS/WebIndex WebNotify [v1.5], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMICARS/WebNotify?t=2008-05-07T20:42Z This is a subscription service to be automatically notified by e-mail when topics change in this AMICARS web. This is a convenient service, so you do not have to come ... (last changed by TobiasSielhorst) 2008-05-07T20:42Z TobiasSielhorst 1.5 updated major http://campar.in.tum.de/rdiff/AMICARS/WebNotify http://campar.in.tum.de/rdiff/AMICARS/WebNotify WebTopicList [v1.2], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMICARS/WebTopicList?t=2008-05-07T20:42Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by TobiasSielhorst) 2008-05-07T20:42Z TobiasSielhorst 1.2 updated major http://campar.in.tum.de/rdiff/AMICARS/WebTopicList http://campar.in.tum.de/rdiff/AMICARS/WebTopicList WebLeftBar [v1.2], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMICARS/WebLeftBar?t=2008-05-07T20:42Z INCLUDINGWEB Web INCLUDINGWEB Web Home Changes Index Search Webs WEBLIST{" $name" separator ""} INCLUDE{" MAINWEB . WIKINAME LeftBar" warn "Create personal sidebar ... (last changed by TobiasSielhorst) 2008-05-07T20:42Z TobiasSielhorst 1.2 updated major http://campar.in.tum.de/rdiff/AMICARS/WebLeftBar http://campar.in.tum.de/rdiff/AMICARS/WebLeftBar WebSearchAdvanced [v1.2], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/AMICARS/WebSearchAdvanced?t=2008-05-07T20:42Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by TobiasSielhorst) 2008-05-07T20:42Z TobiasSielhorst 1.2 updated major http://campar.in.tum.de/rdiff/AMICARS/WebSearchAdvanced http://campar.in.tum.de/rdiff/AMICARS/WebSearchAdvanced WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/AMICARS/WebRss?t=2004-08-16T03:27Z TWiki's AMICARS web SCRIPTURL /view SCRIPTSUFFIX /AMICARS The AMICARS web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE{ ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/AMICARS/WebRss http://campar.in.tum.de/rdiff/AMICARS/WebRss WebStatistics [v1.830], by Main.guest http://campar.in.tum.de/view/ARC/WebStatistics?t=2021-10-15T18:53Z Statistics for ARC Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Oct 2021 111 0 0 20 19 ... (last changed by guest) 2021-10-15T18:53Z guest 1.830 updated major http://campar.in.tum.de/rdiff/ARC/WebStatistics http://campar.in.tum.de/rdiff/ARC/WebStatistics WebLeftBar [v1.6], by <a class="twikiLink" href="../../Main/JoergTraub.html">JoergTraub</a> http://campar.in.tum.de/view/ARC/WebLeftBar?t=2008-09-02T15:48Z Home Exchange Program People Events Workshop 2006 Iran Information Germany Information (last changed by JoergTraub) 2008-09-02T15:48Z JoergTraub 1.6 updated major http://campar.in.tum.de/rdiff/ARC/WebLeftBar http://campar.in.tum.de/rdiff/ARC/WebLeftBar ARCEvents [v1.6], by <a class="twikiLink" href="../../Main/JoergTraub.html">JoergTraub</a> http://campar.in.tum.de/view/ARC/ARCEvents?t=2008-09-02T15:47Z Avicenna Roentgen Collaboration Events TOC 2006, December 06-15: Lecturer visit of Joerg Traub in Tehran A lecture visit to Sharif University of Technology, University ... (last changed by JoergTraub) 2008-09-02T15:47Z JoergTraub 1.6 updated major http://campar.in.tum.de/rdiff/ARC/ARCEvents http://campar.in.tum.de/rdiff/ARC/ARCEvents ARCExchange [v1.9], by <a class="twikiLink" href="../../Main/JoergTraub.html">JoergTraub</a> http://campar.in.tum.de/view/ARC/ARCExchange?t=2008-09-02T15:36Z Avicenna Roentgen Collaboration Exchange Program The ARC Exchange program offered an unique exchange opportunities for students and scientific staff from the participating ... (last changed by JoergTraub) 2008-09-02T15:36Z JoergTraub 1.9 updated major http://campar.in.tum.de/rdiff/ARC/ARCExchange http://campar.in.tum.de/rdiff/ARC/ARCExchange WebHome [v1.25], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/ARC/WebHome?t=2007-02-06T12:46Z The Avicenna Roentgen Collaboration Avicenna: Ab #363; ‘Al #299; S #299;n #257; ( #1575; #1576; #1608; #1593; #1604; #1609; #1587; #1610; #1606; #1575;) or latinized ... (last changed by MartinBauer) 2007-02-06T12:46Z MartinBauer 1.25 updated major http://campar.in.tum.de/rdiff/ARC/WebHome http://campar.in.tum.de/rdiff/ARC/WebHome ARCWorkshop [v1.73], by <a class="twikiLink" href="../../Main/NicolasPadoy.html">NicolasPadoy</a> http://campar.in.tum.de/view/ARC/ARCWorkshop?t=2007-01-31T16:13Z 1st Iranian-German Workshop on Medical Engineering September 8-15 in Munich: TOC Mission The first Iranian-German workshop on medical engineering is designed to be ... (last changed by NicolasPadoy) 2007-01-31T16:13Z NicolasPadoy 1.73 updated major http://campar.in.tum.de/rdiff/ARC/ARCWorkshop http://campar.in.tum.de/rdiff/ARC/ARCWorkshop ExIranToGermany [v1.10], by <a class="twikiLink" href="../../Main/JoergTraub.html">JoergTraub</a> http://campar.in.tum.de/view/ARC/ExIranToGermany?t=2007-01-31T11:28Z Guidelines for the exchange from Iran to Munich #PageTop Welcome to the guidelines section for Iranian students who are interested in a research exchange from Iran ... (last changed by JoergTraub) 2007-01-31T11:28Z JoergTraub 1.10 updated major http://campar.in.tum.de/rdiff/ARC/ExIranToGermany http://campar.in.tum.de/rdiff/ARC/ExIranToGermany ARCWorkshop07 [v1.2], by <a class="twikiLink" href="../../Main/JoergTraub.html">JoergTraub</a> http://campar.in.tum.de/view/ARC/ARCWorkshop07?t=2006-12-23T15:24Z 2nd Iranian-German Workshop on Medical Engineering April 06-13 in Tehran/Shiraz/Esfahan: Details to be provided soon! (last changed by JoergTraub) 2006-12-23T15:24Z JoergTraub 1.2 updated major http://campar.in.tum.de/rdiff/ARC/ARCWorkshop07 http://campar.in.tum.de/rdiff/ARC/ARCWorkshop07 ExGermanyToIran [v1.5], by <a class="twikiLink" href="../../Main/TassiloKlein.html">TassiloKlein</a> http://campar.in.tum.de/view/ARC/ExGermanyToIran?t=2006-12-22T00:13Z Student Exchange from Germany to Tehran #PageTop Welcome to the guidelines section for German students who are interested in a research exchange from Munich to Iran ... (last changed by TassiloKlein) 2006-12-22T00:13Z TassiloKlein 1.5 updated major http://campar.in.tum.de/rdiff/ARC/ExGermanyToIran http://campar.in.tum.de/rdiff/ARC/ExGermanyToIran ARCPeople [v1.9], by <a class="twikiLink" href="../../Main/JoergTraub.html">JoergTraub</a> http://campar.in.tum.de/view/ARC/ARCPeople?t=2006-12-20T14:09Z Avicenna Roentgen Collaboration People TOC Program Coordinator Prof. Dr. Nassir Navab e-mail: humbugfy("navab","cs.tum.edu") phone (office): 49 (89) 289-17057 phone ... (last changed by JoergTraub) 2006-12-20T14:09Z JoergTraub 1.9 updated major http://campar.in.tum.de/rdiff/ARC/ARCPeople http://campar.in.tum.de/rdiff/ARC/ARCPeople InfoIran [v1.13], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/ARC/InfoIran?t=2006-10-30T13:51Z Information and Links about Iran TOC Iran Iran is the oldest continuous major civilizations in all of the world. The history of Iran (Persia) covers more than four ... (last changed by MartinHorn) 2006-10-30T13:51Z MartinHorn 1.13 updated major http://campar.in.tum.de/rdiff/ARC/InfoIran http://campar.in.tum.de/rdiff/ARC/InfoIran InfoGermany [v1.3], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/ARC/InfoGermany?t=2006-10-30T13:51Z Information about and Links on Germany Germany Information about Germany on Wikipedia Munich Information about Munich on Wikipedia TU Munich Information about TUM ... (last changed by MartinHorn) 2006-10-30T13:51Z MartinHorn 1.3 updated major http://campar.in.tum.de/rdiff/ARC/InfoGermany http://campar.in.tum.de/rdiff/ARC/InfoGermany CurrentExchangeStudents [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/ARC/CurrentExchangeStudents?t=2006-06-06T16:07Z CurrentExchangeStudents (last changed by MartinHorn) 2006-06-06T16:07Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/ARC/CurrentExchangeStudents http://campar.in.tum.de/rdiff/ARC/CurrentExchangeStudents WebTopBar [v1.5], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/ARC/WebTopBar?t=2006-06-01T14:53Z (last changed by MartinHorn) 2006-06-01T14:53Z MartinHorn 1.5 updated major http://campar.in.tum.de/rdiff/ARC/WebTopBar http://campar.in.tum.de/rdiff/ARC/WebTopBar PatternSkin [v1.4], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/ARC/PatternSkin?t=2006-06-01T14:27Z (last changed by MartinHorn) 2006-06-01T14:27Z MartinHorn 1.4 updated major http://campar.in.tum.de/rdiff/ARC/PatternSkin http://campar.in.tum.de/rdiff/ARC/PatternSkin WebPreferences [v1.11], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/ARC/WebPreferences?t=2006-05-30T12:29Z ARC Web Preferences The following settings are web preferences of the ARC web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by MartinHorn) 2006-05-30T12:29Z MartinHorn 1.11 updated major http://campar.in.tum.de/rdiff/ARC/WebPreferences http://campar.in.tum.de/rdiff/ARC/WebPreferences WebStatistics [v1.1690], by Main.guest http://campar.in.tum.de/view/ARForum/WebStatistics?t=2021-10-20T01:22Z Statistics for ARForum Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Oct 2021 1877 0 0 ... (last changed by guest) 2021-10-20T01:22Z guest 1.1690 updated major http://campar.in.tum.de/rdiff/ARForum/WebStatistics http://campar.in.tum.de/rdiff/ARForum/WebStatistics MailingList [v1.2], by <a class="twikiLink" href="https://k-d-w.org/">SebastianPoelsterl</a> http://campar.in.tum.de/view/ARForum/MailingList?t=2015-03-15T15:44Z (last changed by SebastianPoelsterl) 2015-03-15T15:44Z SebastianPoelsterl 1.2 updated major http://campar.in.tum.de/rdiff/ARForum/MailingList http://campar.in.tum.de/rdiff/ARForum/MailingList MailingListArchive [v1.2], by <a class="twikiLink" href="https://k-d-w.org/">SebastianPoelsterl</a> http://campar.in.tum.de/view/ARForum/MailingListArchive?t=2015-03-15T15:43Z (last changed by SebastianPoelsterl) 2015-03-15T15:43Z SebastianPoelsterl 1.2 updated major http://campar.in.tum.de/rdiff/ARForum/MailingListArchive http://campar.in.tum.de/rdiff/ARForum/MailingListArchive HeadMountedDisplays [v1.26], by <a class="twikiLink" href="../../Main/YutaItoh.html">YutaItoh</a> http://campar.in.tum.de/view/ARForum/HeadMountedDisplays?t=2013-12-23T14:46Z Survey of available HMDs TOC Retinal EDITTABLE{ format " text, 20, name select, 1, YES, NO, ? text, 10, 00x00 text, 10, Color text, 5, 00° text, 5, ?g text, 20, http ... (last changed by YutaItoh) 2013-12-23T14:46Z YutaItoh 1.26 updated major http://campar.in.tum.de/rdiff/ARForum/HeadMountedDisplays http://campar.in.tum.de/rdiff/ARForum/HeadMountedDisplays LinkList [v1.9], by <a class="twikiLink" href="../../Main/ChristianSandor.html">ChristianSandor</a> http://campar.in.tum.de/view/ARForum/LinkList?t=2010-01-13T01:32Z This page is under construction! Useful Links This is a list of useful links to more information on the web. http://www.augmented-reality.org HowStuffWork.com description ... (last changed by ChristianSandor) 2010-01-13T01:32Z ChristianSandor 1.9 updated major http://campar.in.tum.de/rdiff/ARForum/LinkList http://campar.in.tum.de/rdiff/ARForum/LinkList OpticalTracking [v1.11], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/ARForum/OpticalTracking?t=2007-03-08T09:05Z OpticalTracking List of manufactures of available optical Tracking Systems. If you know products or projects not listed here, add them to the list or send email to ... (last changed by MartinBauer) 2007-03-08T09:05Z MartinBauer 1.11 updated major http://campar.in.tum.de/rdiff/ARForum/OpticalTracking http://campar.in.tum.de/rdiff/ARForum/OpticalTracking WebLeftBar [v1.6], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/ARForum/WebLeftBar?t=2006-07-17T20:02Z INCLUDINGWEB Web Home What is Augmented Reality? Scientific Conferences List Archive Technologies Tracking Tracking Tracking Tracking Technologies Head-Mounted Displays ... (last changed by MartinBauer) 2006-07-17T20:02Z MartinBauer 1.6 updated major http://campar.in.tum.de/rdiff/ARForum/WebLeftBar http://campar.in.tum.de/rdiff/ARForum/WebLeftBar RelatedConferences [v1.5], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/ARForum/RelatedConferences?t=2006-06-28T07:49Z Conferences and special issues of Journals: Journals Communications of the ACM, special issue on Augmented Environments, Vol. 36, No. 7, July 1993. Presence,  Presence ... (last changed by MartinBauer) 2006-06-28T07:49Z MartinBauer 1.5 updated major http://campar.in.tum.de/rdiff/ARForum/RelatedConferences http://campar.in.tum.de/rdiff/ARForum/RelatedConferences MagneticTracking [v1.5], by <a class="twikiLink" href="../../Main/MichaelSchlegel.html">MichaelSchlegel</a> http://campar.in.tum.de/view/ARForum/MagneticTracking?t=2006-05-02T12:54Z Magnetic Tracking add more products here Polhemus !FastTrak Ascension Technology Corporation !microBIRD, 3D Bird (last changed by MichaelSchlegel) 2006-05-02T12:54Z MichaelSchlegel 1.5 updated major http://campar.in.tum.de/rdiff/ARForum/MagneticTracking http://campar.in.tum.de/rdiff/ARForum/MagneticTracking AugmentedReality [v1.3], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/ARForum/AugmentedReality?t=2006-04-05T08:43Z Augmented Reality Reality (AR) is a newly emerging technology  by which a user's view of the real world is augmented with additional information from a computer model ... (last changed by MartinBauer) 2006-04-05T08:43Z MartinBauer 1.3 updated major http://campar.in.tum.de/rdiff/ARForum/AugmentedReality http://campar.in.tum.de/rdiff/ARForum/AugmentedReality WebBottomBar [v1.6], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/ARForum/WebBottomBar?t=2006-04-05T08:42Z 2005, by the contributing authors. (last changed by MartinBauer) 2006-04-05T08:42Z MartinBauer 1.6 updated major http://campar.in.tum.de/rdiff/ARForum/WebBottomBar http://campar.in.tum.de/rdiff/ARForum/WebBottomBar WebCopyright [v1.1], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/ARForum/WebCopyright?t=2006-03-23T08:14Z Copyright The text contained in this page is licensed to the public under the GNU Free Documentation License (GFDL). Permission is granted to copy, distribute and ... (last changed by MartinBauer) 2006-03-23T08:14Z MartinBauer 1.1 updated major http://campar.in.tum.de/rdiff/ARForum/WebCopyright http://campar.in.tum.de/rdiff/ARForum/WebCopyright RecentVisitors [v1.2], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/ARForum/RecentVisitors?t=2006-03-19T18:27Z Recent Visitors see http://www.gvisit.com/map.php?sid 47d3ea4679764a33d1839aeda6ad29d8 (last changed by MartinBauer) 2006-03-19T18:27Z MartinBauer 1.2 updated major http://campar.in.tum.de/rdiff/ARForum/RecentVisitors http://campar.in.tum.de/rdiff/ARForum/RecentVisitors WebTopBar [v1.2], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/ARForum/WebTopBar?t=2006-03-17T12:34Z AR Forum Discussion on Augmented and Virtual Reality Technology (last changed by MartinBauer) 2006-03-17T12:34Z MartinBauer 1.2 updated major http://campar.in.tum.de/rdiff/ARForum/WebTopBar http://campar.in.tum.de/rdiff/ARForum/WebTopBar TrackingTechnologies [v1.1], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/ARForum/TrackingTechnologies?t=2006-03-17T12:08Z TrackingTechnologies Tracking Tracking Tracking (last changed by MartinBauer) 2006-03-17T12:08Z MartinBauer 1.1 updated major http://campar.in.tum.de/rdiff/ARForum/TrackingTechnologies http://campar.in.tum.de/rdiff/ARForum/TrackingTechnologies InertialTracking [v1.4], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/ARForum/InertialTracking?t=2006-03-17T12:06Z InertialTracking add products here (last changed by MartinBauer) 2006-03-17T12:06Z MartinBauer 1.4 updated major http://campar.in.tum.de/rdiff/ARForum/InertialTracking http://campar.in.tum.de/rdiff/ARForum/InertialTracking WebStatistics [v1.389], by Main.guest http://campar.in.tum.de/view/CAMPing2012/WebStatistics?t=2021-09-17T04:28Z Statistics for CAMPing2012 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 222 ... (last changed by guest) 2021-09-17T04:28Z guest 1.389 updated major http://campar.in.tum.de/rdiff/CAMPing2012/WebStatistics http://campar.in.tum.de/rdiff/CAMPing2012/WebStatistics Activities [v1.41], by <a class="twikiLink" href="../../Main/PhilippMatthies.html">PhilippMatthies</a> http://campar.in.tum.de/view/CAMPing2012/Activities?t=2012-05-14T15:51Z Activities Remember: "Select All" in your Browser (Ctrl+A) to see the Edit-Button at the bottom of the page! Sports events Soccer: Silvan Loic Sebastian Richard, ... (last changed by PhilippMatthies) 2012-05-14T15:51Z PhilippMatthies 1.41 updated major http://campar.in.tum.de/rdiff/CAMPing2012/Activities http://campar.in.tum.de/rdiff/CAMPing2012/Activities Participants [v1.77], by <a class="twikiLink" href="../../Main/VladimirHaltakov.html">VladimirHaltakov</a> http://campar.in.tum.de/view/CAMPing2012/Participants?t=2012-05-14T08:07Z Participants Our CAMPing 2012 will be with 6 days the longest we have organized so far. The venue offers a big range of social activities which will be presented ... (last changed by VladimirHaltakov) 2012-05-14T08:07Z VladimirHaltakov 1.77 updated major http://campar.in.tum.de/rdiff/CAMPing2012/Participants http://campar.in.tum.de/rdiff/CAMPing2012/Participants CarSharing [v1.30], by <a class="twikiLink" href="../../Main/DebdootSheet.html">DebdootSheet</a> http://campar.in.tum.de/view/CAMPing2012/CarSharing?t=2012-05-13T07:24Z CarSharing Bus EDITTABLE{format " textarea, 1x40 "} Sunday, 12:00 Munich ZOB Burak Acar Suzan Pektas Acar Maya Acar Ralf Stauder Dzhoshkun Shakir Asad Safi Sebastian ... (last changed by DebdootSheet) 2012-05-13T07:24Z DebdootSheet 1.30 updated major http://campar.in.tum.de/rdiff/CAMPing2012/CarSharing http://campar.in.tum.de/rdiff/CAMPing2012/CarSharing ContactInfo [v1.5], by <a class="twikiLink" href="../../Main/PeterMaday.html">PeterMaday</a> http://campar.in.tum.de/view/CAMPing2012/ContactInfo?t=2012-05-12T20:58Z !ImVis(CAMPing) 2012 organizer contact information Organizers Cell number Email Martin Horn 49-179-7339370 martin.horn@tum.de Silvan Kraft 49-173-3869774 silvan.kraft ... (last changed by PeterMaday) 2012-05-12T20:58Z PeterMaday 1.5 updated major http://campar.in.tum.de/rdiff/CAMPing2012/ContactInfo http://campar.in.tum.de/rdiff/CAMPing2012/ContactInfo WebHome [v1.70], by <a class="twikiLink" href="../../Main/RalfStauder.html">RalfStauder</a> http://campar.in.tum.de/view/CAMPing2012/WebHome?t=2012-05-10T09:36Z Summer CAMPing 2012, May 13-18, Faaker See, Austria Venue Date The seminar takes place on May 13th till 18th at the Bundessport- und Freizeitzentrum, Faaker See, ... (last changed by RalfStauder) 2012-05-10T09:36Z RalfStauder 1.70 updated major http://campar.in.tum.de/rdiff/CAMPing2012/WebHome http://campar.in.tum.de/rdiff/CAMPing2012/WebHome Program [v1.15], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/CAMPing2012/Program?t=2012-05-09T15:21Z ImVis Program 2012 English version (last changed by MartinHorn) 2012-05-09T15:21Z MartinHorn 1.15 updated major http://campar.in.tum.de/rdiff/CAMPing2012/Program http://campar.in.tum.de/rdiff/CAMPing2012/Program WebLeftBar [v1.24], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/CAMPing2012/WebLeftBar?t=2012-05-09T14:54Z Home Program Venue Participants Activities Alumni Car Sharing Contact (last changed by MartinHorn) 2012-05-09T14:54Z MartinHorn 1.24 updated major http://campar.in.tum.de/rdiff/CAMPing2012/WebLeftBar http://campar.in.tum.de/rdiff/CAMPing2012/WebLeftBar Alumni [v1.2], by <a class="twikiLink" href="../../Main/PeterMaday.html">PeterMaday</a> http://campar.in.tum.de/view/CAMPing2012/Alumni?t=2012-04-04T16:04Z Alumni Dear CAMP Graduates, It is my privilege to invite you to the alumni session of the fourth Workshop on Advanced Imaging and Visualization (ImVis) at the idyllic ... (last changed by PeterMaday) 2012-04-04T16:04Z PeterMaday 1.2 updated major http://campar.in.tum.de/rdiff/CAMPing2012/Alumni http://campar.in.tum.de/rdiff/CAMPing2012/Alumni Venue [v1.2], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/CAMPing2012/Venue?t=2012-02-16T14:45Z Venue The seminar takes place at the Bundessport- und Freizeitzentrum directly at the waterfront of the idyllic lake Faak in Kärnten, Austria. Bundessport- und Freizeitzentrum ... (last changed by MartinHorn) 2012-02-16T14:45Z MartinHorn 1.2 updated major http://campar.in.tum.de/rdiff/CAMPing2012/Venue http://campar.in.tum.de/rdiff/CAMPing2012/Venue WebTopBar [v1.10], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/CAMPing2012/WebTopBar?t=2012-02-15T15:02Z (last changed by MartinHorn) 2012-02-15T15:02Z MartinHorn 1.10 updated major http://campar.in.tum.de/rdiff/CAMPing2012/WebTopBar http://campar.in.tum.de/rdiff/CAMPing2012/WebTopBar WebPreferences [v1.12], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/CAMPing2012/WebPreferences?t=2010-11-19T16:40Z CAMPing2012 Web Preferences The following settings are web preferences of the CAMPing2012 web. These preferences overwrite the site-level preferences in TWIKIWEB ... (last changed by MartinHorn) 2010-11-19T16:40Z MartinHorn 1.12 updated major http://campar.in.tum.de/rdiff/CAMPing2012/WebPreferences http://campar.in.tum.de/rdiff/CAMPing2012/WebPreferences WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/CAMPing2012/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/CAMPing2012/WebBottomBar http://campar.in.tum.de/rdiff/CAMPing2012/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CAMPing2012/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this CAMPing2012 web. This is a convenient service, so you do not have ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/CAMPing2012/WebNotify http://campar.in.tum.de/rdiff/CAMPing2012/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CAMPing2012/WebRss?t=2004-08-16T03:27Z TWiki's CAMPing2012 web SCRIPTURL /view SCRIPTSUFFIX /CAMPing2012 The CAMPing2012 web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/CAMPing2012/WebRss http://campar.in.tum.de/rdiff/CAMPing2012/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CAMPing2012/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/CAMPing2012/WebSearchAdvanced http://campar.in.tum.de/rdiff/CAMPing2012/WebSearchAdvanced WebStatistics [v1.347], by Main.guest http://campar.in.tum.de/view/CAMPing2013/WebStatistics?t=2021-10-15T06:54Z Statistics for CAMPing2013 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Oct 2021 220 ... (last changed by guest) 2021-10-15T06:54Z guest 1.347 updated major http://campar.in.tum.de/rdiff/CAMPing2013/WebStatistics http://campar.in.tum.de/rdiff/CAMPing2013/WebStatistics WebHome [v1.79], by <a class="twikiLink" href="../../Main/PhilippMatthies.html">PhilippMatthies</a> http://campar.in.tum.de/view/CAMPing2013/WebHome?t=2014-02-13T18:15Z Summer CAMPing 2013, May 19th-24th, Faaker See, Austria News 2013-05-29: The first talks are available for download on the Program page. They are password protected ... (last changed by PhilippMatthies) 2014-02-13T18:15Z PhilippMatthies 1.79 updated major http://campar.in.tum.de/rdiff/CAMPing2013/WebHome http://campar.in.tum.de/rdiff/CAMPing2013/WebHome Program [v1.21], by <a class="twikiLink" href="../../Main/RalfStauder.html">RalfStauder</a> http://campar.in.tum.de/view/CAMPing2013/Program?t=2013-06-14T16:03Z ImVis Program 2013 Talks The first talk slides are available for download here. To get access or if you're missing specific talks, please contact us. Date File 20 ... (last changed by RalfStauder) 2013-06-14T16:03Z RalfStauder 1.21 updated major http://campar.in.tum.de/rdiff/CAMPing2013/Program http://campar.in.tum.de/rdiff/CAMPing2013/Program Activities [v1.13], by <a class="twikiLink" href="../../Main/PhilippMatthies.html">PhilippMatthies</a> http://campar.in.tum.de/view/CAMPing2013/Activities?t=2013-05-20T20:47Z Activities Remember: "Select All" in your Browser (Ctrl+A) to see the Edit-Button at the bottom of the page! Sports events Soccer: Loic Benjamin Pascal Tobias B. ... (last changed by PhilippMatthies) 2013-05-20T20:47Z PhilippMatthies 1.13 updated major http://campar.in.tum.de/rdiff/CAMPing2013/Activities http://campar.in.tum.de/rdiff/CAMPing2013/Activities Participants [v1.83], by <a class="twikiLink" href="../../Main/PhilippMatthies.html">PhilippMatthies</a> http://campar.in.tum.de/view/CAMPing2013/Participants?t=2013-05-18T10:34Z Participants Our CAMPing 2013 will be 6 days again, so lots of time to spend. The venue offers a big range of social activities which will be presented and organized ... (last changed by PhilippMatthies) 2013-05-18T10:34Z PhilippMatthies 1.83 updated major http://campar.in.tum.de/rdiff/CAMPing2013/Participants http://campar.in.tum.de/rdiff/CAMPing2013/Participants Travel [v1.57], by <a class="twikiLink" href="../../Main/AmitkumarShah.html">AmitkumarShah</a> http://campar.in.tum.de/view/CAMPing2013/Travel?t=2013-05-17T11:31Z Travel Bus We will have a bus again to bring us from Munich to Faak and back. The bus will depart from ZOB in Munich. The bus will leave at 13:00, so please be there ... (last changed by AmitkumarShah) 2013-05-17T11:31Z AmitkumarShah 1.57 updated major http://campar.in.tum.de/rdiff/CAMPing2013/Travel http://campar.in.tum.de/rdiff/CAMPing2013/Travel Registration [v1.6], by <a class="twikiLink" href="../../Main/RalfStauder.html">RalfStauder</a> http://campar.in.tum.de/view/CAMPing2013/Registration?t=2013-03-04T09:11Z Registration Please register external !PhD students and other external guests through this form. The price per student is fixed to 980€ , which includes registration ... (last changed by RalfStauder) 2013-03-04T09:11Z RalfStauder 1.6 updated major http://campar.in.tum.de/rdiff/CAMPing2013/Registration http://campar.in.tum.de/rdiff/CAMPing2013/Registration WebLeftBar [v1.27], by <a class="twikiLink" href="../../Main/RalfStauder.html">RalfStauder</a> http://campar.in.tum.de/view/CAMPing2013/WebLeftBar?t=2013-02-25T18:02Z Home Program Venue Activities Alumni Participants Registration Travel Contact (last changed by RalfStauder) 2013-02-25T18:02Z RalfStauder 1.27 updated major http://campar.in.tum.de/rdiff/CAMPing2013/WebLeftBar http://campar.in.tum.de/rdiff/CAMPing2013/WebLeftBar WebTopBar [v1.15], by <a class="twikiLink" href="../../Main/RalfStauder.html">RalfStauder</a> http://campar.in.tum.de/view/CAMPing2013/WebTopBar?t=2013-02-21T15:49Z (last changed by RalfStauder) 2013-02-21T15:49Z RalfStauder 1.15 updated major http://campar.in.tum.de/rdiff/CAMPing2013/WebTopBar http://campar.in.tum.de/rdiff/CAMPing2013/WebTopBar ContactInfo [v1.4], by <a class="twikiLink" href="../../Main/ChunHaoHuang.html">ChunHaoHuang</a> http://campar.in.tum.de/view/CAMPing2013/ContactInfo?t=2012-11-23T16:21Z !ImVis (CAMPing) 2013 organizer contact information Organizers Cell number Email Ralf Stauder 49 175 4609532 ralf.stauder@tum.de Christoph Hennersperger Chun Hao ... (last changed by ChunHaoHuang) 2012-11-23T16:21Z ChunHaoHuang 1.4 updated major http://campar.in.tum.de/rdiff/CAMPing2013/ContactInfo http://campar.in.tum.de/rdiff/CAMPing2013/ContactInfo Venue [v1.6], by <a class="twikiLink" href="../../Main/RalfStauder.html">RalfStauder</a> http://campar.in.tum.de/view/CAMPing2013/Venue?t=2012-11-23T14:32Z Venue ATTACHURL /BSFZ Faak 1.jpg The seminar takes place at the Bundessport- und Freizeitzentrum directly at the waterfront of the idyllic lake Faak in Kärnten, Austria ... (last changed by RalfStauder) 2012-11-23T14:32Z RalfStauder 1.6 updated major http://campar.in.tum.de/rdiff/CAMPing2013/Venue http://campar.in.tum.de/rdiff/CAMPing2013/Venue Alumni [v1.1], by <a class="twikiLink" href="../../Main/RalfStauder.html">RalfStauder</a> http://campar.in.tum.de/view/CAMPing2013/Alumni?t=2012-11-14T17:19Z Alumni to be announced soon Location Bundessport- und Freizeitzentrum Halbinselstraße 14 9583 Faak am See (near Villach) Austria bigger map (last changed by RalfStauder) 2012-11-14T17:19Z RalfStauder 1.1 updated major http://campar.in.tum.de/rdiff/CAMPing2013/Alumni http://campar.in.tum.de/rdiff/CAMPing2013/Alumni CarSharing [v1.1], by <a class="twikiLink" href="../../Main/PhilippMatthies.html">PhilippMatthies</a> http://campar.in.tum.de/view/CAMPing2013/CarSharing?t=2012-11-12T17:18Z CarSharing Bus (last changed by PhilippMatthies) 2012-11-12T17:18Z PhilippMatthies 1.1 updated major http://campar.in.tum.de/rdiff/CAMPing2013/CarSharing http://campar.in.tum.de/rdiff/CAMPing2013/CarSharing WebPreferences [v1.13], by <a class="twikiLink" href="../../Main/PhilippMatthies.html">PhilippMatthies</a> http://campar.in.tum.de/view/CAMPing2013/WebPreferences?t=2012-11-12T16:22Z CAMPing2013 Web Preferences The following settings are web preferences of the CAMPing2013 web. These preferences overwrite the site-level preferences in TWIKIWEB ... (last changed by PhilippMatthies) 2012-11-12T16:22Z PhilippMatthies 1.13 updated major http://campar.in.tum.de/rdiff/CAMPing2013/WebPreferences http://campar.in.tum.de/rdiff/CAMPing2013/WebPreferences WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/CAMPing2013/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/CAMPing2013/WebBottomBar http://campar.in.tum.de/rdiff/CAMPing2013/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CAMPing2013/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this CAMPing2013 web. This is a convenient service, so you do not have ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/CAMPing2013/WebNotify http://campar.in.tum.de/rdiff/CAMPing2013/WebNotify WebStatistics [v1.461], by Main.guest http://campar.in.tum.de/view/CAMPing2014/WebStatistics?t=2021-09-17T05:23Z Statistics for CAMPing2014 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 150 ... (last changed by guest) 2021-09-17T05:23Z guest 1.461 updated major http://campar.in.tum.de/rdiff/CAMPing2014/WebStatistics http://campar.in.tum.de/rdiff/CAMPing2014/WebStatistics Program [v1.36], by <a class="twikiLink" href="../../Main/MilenaIlic.html">MilenaIlic</a> http://campar.in.tum.de/view/CAMPing2014/Program?t=2016-03-14T14:27Z ImVis Program 2014 Program Flyer Please download the PDF version of the program flyer. Schedule Program (May 5th, subject to change, please refer to PDF for detailed ... (last changed by MilenaIlic) 2016-03-14T14:27Z MilenaIlic 1.36 updated major http://campar.in.tum.de/rdiff/CAMPing2014/Program http://campar.in.tum.de/rdiff/CAMPing2014/Program WebTopBar [v1.18], by <a class="twikiLink" href="../../Main/NicolaRieke.html">NicolaRieke</a> http://campar.in.tum.de/view/CAMPing2014/WebTopBar?t=2015-01-27T08:20Z (last changed by NicolaRieke) 2015-01-27T08:20Z NicolaRieke 1.18 updated major http://campar.in.tum.de/rdiff/CAMPing2014/WebTopBar http://campar.in.tum.de/rdiff/CAMPing2014/WebTopBar Slides [v1.11], by <a class="twikiLink" href="../../Main/OliverZettinig.html">OliverZettinig</a> http://campar.in.tum.de/view/CAMPing2014/Slides?t=2014-06-04T17:55Z Slides Here you can find a list of the shared slides as PDF of !ImVis 2014. In case your talk is missing, or you need the login credentials, please contact Oliver ... (last changed by OliverZettinig) 2014-06-04T17:55Z OliverZettinig 1.11 updated major http://campar.in.tum.de/rdiff/CAMPing2014/Slides http://campar.in.tum.de/rdiff/CAMPing2014/Slides Media [v1.2], by <a class="twikiLink" href="../../Main/OliverZettinig.html">OliverZettinig</a> http://campar.in.tum.de/view/CAMPing2014/Media?t=2014-06-02T14:47Z Media You can find pictures and videos of the event on our OwnCloud Server. Public upload is enabled, but please use with care , and ask if you need your own folder ... (last changed by OliverZettinig) 2014-06-02T14:47Z OliverZettinig 1.2 updated major http://campar.in.tum.de/rdiff/CAMPing2014/Media http://campar.in.tum.de/rdiff/CAMPing2014/Media WebLeftBar [v1.28], by <a class="twikiLink" href="../../Main/OliverZettinig.html">OliverZettinig</a> http://campar.in.tum.de/view/CAMPing2014/WebLeftBar?t=2014-05-26T10:24Z Home Program Slides Venue Activities Pictures and Videos Participants Registration Travel Contact (last changed by OliverZettinig) 2014-05-26T10:24Z OliverZettinig 1.28 updated major http://campar.in.tum.de/rdiff/CAMPing2014/WebLeftBar http://campar.in.tum.de/rdiff/CAMPing2014/WebLeftBar Activities [v1.22], by <a class="twikiLink" href="../../Main/RichardBrosig.html">RichardBrosig</a> http://campar.in.tum.de/view/CAMPing2014/Activities?t=2014-05-20T15:54Z Activities Innsbruck, a city located right in the middle of the Austrian Alps, offers a wide range of activities. Closed in by steep mountain ridges in the North ... (last changed by RichardBrosig) 2014-05-20T15:54Z RichardBrosig 1.22 updated major http://campar.in.tum.de/rdiff/CAMPing2014/Activities http://campar.in.tum.de/rdiff/CAMPing2014/Activities Travel [v1.104], by <a class="twikiLink" href="../../Main/TingyingPeng.html">TingyingPeng</a> http://campar.in.tum.de/view/CAMPing2014/Travel?t=2014-05-18T19:25Z Travel Bus We will have a bus to bring us from Munich to Innsbruck and back. The bus will depart from ZOB in Munich. The bus will leave at 09:30 a.m., so please be ... (last changed by TingyingPeng) 2014-05-18T19:25Z TingyingPeng 1.104 updated major http://campar.in.tum.de/rdiff/CAMPing2014/Travel http://campar.in.tum.de/rdiff/CAMPing2014/Travel Participants [v1.157], by <a class="twikiLink" href="../../Main/OliverZettinig.html">OliverZettinig</a> http://campar.in.tum.de/view/CAMPing2014/Participants?t=2014-05-07T14:09Z Participants REGISTRATION CLOSED! If you are not on the list but still want to join, please ask us. !ImVis 2014 will be 4 days, so lots of time to spend. Innsbruck ... (last changed by OliverZettinig) 2014-05-07T14:09Z OliverZettinig 1.157 updated major http://campar.in.tum.de/rdiff/CAMPing2014/Participants http://campar.in.tum.de/rdiff/CAMPing2014/Participants Registration [v1.11], by <a class="twikiLink" href="../../Main/OliverZettinig.html">OliverZettinig</a> http://campar.in.tum.de/view/CAMPing2014/Registration?t=2014-04-16T09:27Z Registration Please register external !PhD students and other external guests through this form. The price per student is fixed to 980 € , which includes registration ... (last changed by OliverZettinig) 2014-04-16T09:27Z OliverZettinig 1.11 updated major http://campar.in.tum.de/rdiff/CAMPing2014/Registration http://campar.in.tum.de/rdiff/CAMPing2014/Registration LasserXpress [v1.1], by <a class="twikiLink" href="../../Main/JoseGardiazabal.html">JoseGardiazabal</a> http://campar.in.tum.de/view/CAMPing2014/LasserXpress?t=2014-04-11T14:18Z LasserXpress http://media-cache-ak0.pinimg.com/originals/f7/73/21/f773218e34c0718087fc1253e4587f36.jpg (last changed by JoseGardiazabal) 2014-04-11T14:18Z JoseGardiazabal 1.1 updated major http://campar.in.tum.de/rdiff/CAMPing2014/LasserXpress http://campar.in.tum.de/rdiff/CAMPing2014/LasserXpress Venue [v1.12], by <a class="twikiLink" href="../../Main/OliverZettinig.html">OliverZettinig</a> http://campar.in.tum.de/view/CAMPing2014/Venue?t=2014-04-07T10:43Z Venue The workshop takes place at the Haus Marillac directly at the Inn river in Innsbruck, Austria. The venue is a former part of a monastery but was renovated a ... (last changed by OliverZettinig) 2014-04-07T10:43Z OliverZettinig 1.12 updated major http://campar.in.tum.de/rdiff/CAMPing2014/Venue http://campar.in.tum.de/rdiff/CAMPing2014/Venue ContactInfo [v1.8], by <a class="twikiLink" href="../../Main/OliverZettinig.html">OliverZettinig</a> http://campar.in.tum.de/view/CAMPing2014/ContactInfo?t=2014-03-26T12:44Z !ImVis 2014 organizer contact information Organizers Cell number Email Oliver Zettinig 49 176 34613255 (in advance) or 43 664 4969128 (during !ImVis) oliver.zettinig ... (last changed by OliverZettinig) 2014-03-26T12:44Z OliverZettinig 1.8 updated major http://campar.in.tum.de/rdiff/CAMPing2014/ContactInfo http://campar.in.tum.de/rdiff/CAMPing2014/ContactInfo WebHome [v1.85], by <a class="twikiLink" href="../../Main/OliverZettinig.html">OliverZettinig</a> http://campar.in.tum.de/view/CAMPing2014/WebHome?t=2014-03-26T12:34Z Workshop on Advanced Imaging and Visualization (!ImVis) 2014 News 2014-05-26 : Please send Oliver the slides of your talk. 2014-03-17 : Registration open 2014-02 ... (last changed by OliverZettinig) 2014-03-26T12:34Z OliverZettinig 1.85 updated major http://campar.in.tum.de/rdiff/CAMPing2014/WebHome http://campar.in.tum.de/rdiff/CAMPing2014/WebHome Alumni [v1.2], by <a class="twikiLink" href="../../Main/OliverZettinig.html">OliverZettinig</a> http://campar.in.tum.de/view/CAMPing2014/Alumni?t=2014-02-13T13:39Z Alumni to be announced soon (last changed by OliverZettinig) 2014-02-13T13:39Z OliverZettinig 1.2 updated major http://campar.in.tum.de/rdiff/CAMPing2014/Alumni http://campar.in.tum.de/rdiff/CAMPing2014/Alumni CarSharing [v1.1], by <a class="twikiLink" href="../../Main/PhilippMatthies.html">PhilippMatthies</a> http://campar.in.tum.de/view/CAMPing2014/CarSharing?t=2012-11-12T17:18Z CarSharing Bus (last changed by PhilippMatthies) 2012-11-12T17:18Z PhilippMatthies 1.1 updated major http://campar.in.tum.de/rdiff/CAMPing2014/CarSharing http://campar.in.tum.de/rdiff/CAMPing2014/CarSharing WebStatistics [v1.471], by Main.guest http://campar.in.tum.de/view/CAMPing2015/WebStatistics?t=2021-09-23T06:44Z Statistics for CAMPing2015 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 407 ... (last changed by guest) 2021-09-23T06:44Z guest 1.471 updated major http://campar.in.tum.de/rdiff/CAMPing2015/WebStatistics http://campar.in.tum.de/rdiff/CAMPing2015/WebStatistics ContactInfo [v1.3], by <a class="twikiLink" href="../../Main/AsliOkur.html">AsliOkur</a> http://campar.in.tum.de/view/CAMPing2015/ContactInfo?t=2016-01-12T13:16Z !ImVis 2015 organizer contact information Organizers Phone number Email Nicola Rieke nicola.rieke@tum.de Matthias Wieczorek wieczore@in.tum.de Christian Rupprecht ... (last changed by AsliOkur) 2016-01-12T13:16Z AsliOkur 1.3 updated major http://campar.in.tum.de/rdiff/CAMPing2015/ContactInfo http://campar.in.tum.de/rdiff/CAMPing2015/ContactInfo Slides [v1.6], by <a class="twikiLink" href="../../Main/MatthiasWieczorek.html">MatthiasWieczorek</a> http://campar.in.tum.de/view/CAMPing2015/Slides?t=2015-05-20T11:16Z Slides Here you can find a list of the shared slides as PDF of !ImVis 2015. In case your talk is missing, or you need the login credentials, please contact Matthias ... (last changed by MatthiasWieczorek) 2015-05-20T11:16Z MatthiasWieczorek 1.6 updated major http://campar.in.tum.de/rdiff/CAMPing2015/Slides http://campar.in.tum.de/rdiff/CAMPing2015/Slides WebLeftBar [v1.30], by <a class="twikiLink" href="../../Main/MatthiasWieczorek.html">MatthiasWieczorek</a> http://campar.in.tum.de/view/CAMPing2015/WebLeftBar?t=2015-05-19T05:54Z Home Program Slides Venue Activities Participants Registration Travel Contact (last changed by MatthiasWieczorek) 2015-05-19T05:54Z MatthiasWieczorek 1.30 updated major http://campar.in.tum.de/rdiff/CAMPing2015/WebLeftBar http://campar.in.tum.de/rdiff/CAMPing2015/WebLeftBar Travel [v1.67], by <a class="twikiLink" href="../../Main/KanishkaSharma.html">KanishkaSharma</a> http://campar.in.tum.de/view/CAMPing2015/Travel?t=2015-05-10T10:33Z Travel Bus We will have a bus again to bring us from Munich to Faak and back. The bus will depart from ZOB in Munich. EDITTABLE{format " textarea, 1x40 " changerows ... (last changed by KanishkaSharma) 2015-05-10T10:33Z KanishkaSharma 1.67 updated major http://campar.in.tum.de/rdiff/CAMPing2015/Travel http://campar.in.tum.de/rdiff/CAMPing2015/Travel WebHome [v1.93], by <a class="twikiLink" href="../../Main/NicolaRieke.html">NicolaRieke</a> http://campar.in.tum.de/view/CAMPing2015/WebHome?t=2015-05-08T08:26Z Workshop on Advanced Imaging and Visualization (!ImVis) 2015 News The bus will depart on Sunday, May 10th, 13:45, from Munich ZOB. Please be on time! Venue Date The ... (last changed by NicolaRieke) 2015-05-08T08:26Z NicolaRieke 1.93 updated major http://campar.in.tum.de/rdiff/CAMPing2015/WebHome http://campar.in.tum.de/rdiff/CAMPing2015/WebHome Program [v1.13], by <a class="twikiLink" href="../../Main/MatthiasWieczorek.html">MatthiasWieczorek</a> http://campar.in.tum.de/view/CAMPing2015/Program?t=2015-05-04T06:40Z ImVis Program 2015 Program Flyer Please download the PDF version of the program flyer and the PDF version of the list of talks Schedule Preliminary program (28.04 ... (last changed by MatthiasWieczorek) 2015-05-04T06:40Z MatthiasWieczorek 1.13 updated major http://campar.in.tum.de/rdiff/CAMPing2015/Program http://campar.in.tum.de/rdiff/CAMPing2015/Program Participants [v1.67], by <a class="twikiLink" href="../../Main/ChristianSchulteZuBerge.html">ChristianSchulteZuBerge</a> http://campar.in.tum.de/view/CAMPing2015/Participants?t=2015-04-28T15:55Z Participants Update 16.04.2015: REGISTRATION CLOSED! Please also put your name in one of the travel lists , too. Note for external !PhDs only: Please also register ... (last changed by ChristianSchulteZuBerge) 2015-04-28T15:55Z ChristianSchulteZuBerge 1.67 updated major http://campar.in.tum.de/rdiff/CAMPing2015/Participants http://campar.in.tum.de/rdiff/CAMPing2015/Participants Registration [v1.8], by <a class="twikiLink" href="../../Main/NicolaRieke.html">NicolaRieke</a> http://campar.in.tum.de/view/CAMPing2015/Registration?t=2015-04-16T07:09Z Registration Please register external !PhD students and other external guests through this form. The price per student is fixed to 980 € , which includes registration ... (last changed by NicolaRieke) 2015-04-16T07:09Z NicolaRieke 1.8 updated major http://campar.in.tum.de/rdiff/CAMPing2015/Registration http://campar.in.tum.de/rdiff/CAMPing2015/Registration Activities [v1.4], by <a class="twikiLink" href="../../Main/MatthiasWieczorek.html">MatthiasWieczorek</a> http://campar.in.tum.de/view/CAMPing2015/Activities?t=2015-02-06T11:40Z Activities (last changed by MatthiasWieczorek) 2015-02-06T11:40Z MatthiasWieczorek 1.4 updated major http://campar.in.tum.de/rdiff/CAMPing2015/Activities http://campar.in.tum.de/rdiff/CAMPing2015/Activities WebTopBar [v1.19], by <a class="twikiLink" href="../../Main/PhilippMatthies.html">PhilippMatthies</a> http://campar.in.tum.de/view/CAMPing2015/WebTopBar?t=2015-01-27T08:45Z (last changed by PhilippMatthies) 2015-01-27T08:45Z PhilippMatthies 1.19 updated major http://campar.in.tum.de/rdiff/CAMPing2015/WebTopBar http://campar.in.tum.de/rdiff/CAMPing2015/WebTopBar Venue [v1.1], by <a class="twikiLink" href="../../Main/NicolaRieke.html">NicolaRieke</a> http://campar.in.tum.de/view/CAMPing2015/Venue?t=2015-01-19T17:52Z Venue The seminar takes place at the Bundessport- und Freizeitzentrum directly at the waterfront of the idyllic lake Faak in Kärnten, Austria. Bundessport- und Freizeitzentrum ... (last changed by NicolaRieke) 2015-01-19T17:52Z NicolaRieke 1.1 updated major http://campar.in.tum.de/rdiff/CAMPing2015/Venue http://campar.in.tum.de/rdiff/CAMPing2015/Venue WebPreferences [v1.13], by <a class="twikiLink" href="../../Main/PhilippMatthies.html">PhilippMatthies</a> http://campar.in.tum.de/view/CAMPing2015/WebPreferences?t=2014-12-18T15:44Z CAMPing2015 Web Preferences The following settings are web preferences of the CAMPing2015 web. These preferences overwrite the site-level preferences in TWIKIWEB ... (last changed by PhilippMatthies) 2014-12-18T15:44Z PhilippMatthies 1.13 updated major http://campar.in.tum.de/rdiff/CAMPing2015/WebPreferences http://campar.in.tum.de/rdiff/CAMPing2015/WebPreferences WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/CAMPing2015/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/CAMPing2015/WebBottomBar http://campar.in.tum.de/rdiff/CAMPing2015/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CAMPing2015/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this CAMPing2015 web. This is a convenient service, so you do not have ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/CAMPing2015/WebNotify http://campar.in.tum.de/rdiff/CAMPing2015/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CAMPing2015/WebRss?t=2004-08-16T03:27Z TWiki's CAMPing2015 web SCRIPTURL /view SCRIPTSUFFIX /CAMPing2015 The CAMPing2015 web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/CAMPing2015/WebRss http://campar.in.tum.de/rdiff/CAMPing2015/WebRss WebStatistics [v1.927], by Main.guest http://campar.in.tum.de/view/CAS/WebStatistics?t=2021-09-17T04:34Z Statistics for CAS Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 87 0 0 33 13 ... (last changed by guest) 2021-09-17T04:34Z guest 1.927 updated major http://campar.in.tum.de/rdiff/CAS/WebStatistics http://campar.in.tum.de/rdiff/CAS/WebStatistics WebPreferences [v1.14], by <a class="twikiLink" href="../../Main/DarkoZikic.html">DarkoZikic</a> http://campar.in.tum.de/view/CAS/WebPreferences?t=2005-09-26T15:14Z CAS Web Preferences The following settings are web preferences of the CAS web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by DarkoZikic) 2005-09-26T15:14Z DarkoZikic 1.14 updated major http://campar.in.tum.de/rdiff/CAS/WebPreferences http://campar.in.tum.de/rdiff/CAS/WebPreferences WebHome [v1.29], by <a class="twikiLink" href="../../Main/DarkoZikic.html">DarkoZikic</a> http://campar.in.tum.de/view/CAS/WebHome?t=2005-09-03T09:56Z Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. At vero eos et accusam et justo duo ... (last changed by DarkoZikic) 2005-09-03T09:56Z DarkoZikic 1.29 updated major http://campar.in.tum.de/rdiff/CAS/WebHome http://campar.in.tum.de/rdiff/CAS/WebHome WebTopBar [v1.11], by <a class="twikiLink" href="../../Main/AndreasKeil.html">AndreasKeil</a> http://campar.in.tum.de/view/CAS/WebTopBar?t=2005-08-16T12:30Z Klinikum Innenstadt der LMU Computer Aided Surgery Group edit WebTopBar (last changed by AndreasKeil) 2005-08-16T12:30Z AndreasKeil 1.11 updated major http://campar.in.tum.de/rdiff/CAS/WebTopBar http://campar.in.tum.de/rdiff/CAS/WebTopBar WebLeftBar [v1.16], by <a class="twikiLink" href="../../Main/AndreasKeil.html">AndreasKeil</a> http://campar.in.tum.de/view/CAS/WebLeftBar?t=2005-08-16T12:20Z Home People edit WebLeftBar (last changed by AndreasKeil) 2005-08-16T12:20Z AndreasKeil 1.16 updated major http://campar.in.tum.de/rdiff/CAS/WebLeftBar http://campar.in.tum.de/rdiff/CAS/WebLeftBar WebBottomBar [v1.4], by <a class="twikiLink" href="../../Main/DarkoZikic.html">DarkoZikic</a> http://campar.in.tum.de/view/CAS/WebBottomBar?t=2005-06-15T09:35Z edit WebBottomBar (last changed by DarkoZikic) 2005-06-15T09:35Z DarkoZikic 1.4 updated major http://campar.in.tum.de/rdiff/CAS/WebBottomBar http://campar.in.tum.de/rdiff/CAS/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CAS/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this CAS web. This is a convenient service, so you do not have to come ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/CAS/WebNotify http://campar.in.tum.de/rdiff/CAS/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CAS/WebRss?t=2004-08-16T03:27Z TWiki's CAS web SCRIPTURL /view SCRIPTSUFFIX /CAS The CAS web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE{" TWIKIWEB .WebRssBase ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/CAS/WebRss http://campar.in.tum.de/rdiff/CAS/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CAS/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/CAS/WebSearchAdvanced http://campar.in.tum.de/rdiff/CAS/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CAS/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/CAS/WebIndex http://campar.in.tum.de/rdiff/CAS/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CAS/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/CAS/WebTopicList http://campar.in.tum.de/rdiff/CAS/WebTopicList WebChanges [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CAS/WebChanges?t=2001-08-16T19:58Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by PeterThoeny) 2001-08-16T19:58Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/CAS/WebChanges http://campar.in.tum.de/rdiff/CAS/WebChanges WebSearch [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CAS/WebSearch?t=2001-08-08T05:26Z INCLUDE{" TWIKIWEB .WebSearch"} (last changed by PeterThoeny) 2001-08-08T05:26Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/CAS/WebSearch http://campar.in.tum.de/rdiff/CAS/WebSearch WebStatistics [v1.399], by Main.guest http://campar.in.tum.de/view/CVIISTENT2015/WebStatistics?t=2021-09-28T14:23Z Statistics for CVIISTENT2015 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 353 ... (last changed by guest) 2021-09-28T14:23Z guest 1.399 updated major http://campar.in.tum.de/rdiff/CVIISTENT2015/WebStatistics http://campar.in.tum.de/rdiff/CVIISTENT2015/WebStatistics Submission [v1.18], by <a class="twikiLink" href="../../Main/DianaMateus.html">DianaMateus</a> http://campar.in.tum.de/view/CVIISTENT2015/Submission?t=2016-03-26T11:56Z Submission of Papers Guidelines New format this year: Both Authors and Reviewers are Non-Anonymous. Full 8 page papers: Papers should conform to the MICCAI Submission ... (last changed by DianaMateus) 2016-03-26T11:56Z DianaMateus 1.18 updated major http://campar.in.tum.de/rdiff/CVIISTENT2015/Submission http://campar.in.tum.de/rdiff/CVIISTENT2015/Submission WebLeftBar [v1.38], by <a class="twikiLink" href="../../Main/ShadiAlbarqouni.html">ShadiAlbarqouni</a> http://campar.in.tum.de/view/CVIISTENT2015/WebLeftBar?t=2016-03-20T10:55Z Home Location Program Specials Honors Awards Submission of Papers Committees Newsletter CVII-STENT 2014 MICCAI-STENT 2013 MICCAI-STENT 2012 CVII 2011 CVII 2008 CVII ... (last changed by ShadiAlbarqouni) 2016-03-20T10:55Z ShadiAlbarqouni 1.38 updated major http://campar.in.tum.de/rdiff/CVIISTENT2015/WebLeftBar http://campar.in.tum.de/rdiff/CVIISTENT2015/WebLeftBar WebHome [v1.128], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/CVIISTENT2015/WebHome?t=2015-10-20T12:22Z CVII-STENT 2015 document.title "CVII-STENT 2015"; self.defaultStatus "CVII-STENT 2015"; THANK YOU FOR A SUCCESSFUL WORKSHOP All photos can be found here. Joint MICCAI ... (last changed by StefanieDemirci) 2015-10-20T12:22Z StefanieDemirci 1.128 updated major http://campar.in.tum.de/rdiff/CVIISTENT2015/WebHome http://campar.in.tum.de/rdiff/CVIISTENT2015/WebHome Awards [v1.1], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/CVIISTENT2015/Awards?t=2015-10-09T11:49Z Honors Awards Best Paper Award awarded to Sabrina Reiml BR for her submission on Automatic Detection of Stent Graft Markers in 2D Fluoroscopy Images Best Poster Award ... (last changed by StefanieDemirci) 2015-10-09T11:49Z StefanieDemirci 1.1 updated major http://campar.in.tum.de/rdiff/CVIISTENT2015/Awards http://campar.in.tum.de/rdiff/CVIISTENT2015/Awards Program [v1.15], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/CVIISTENT2015/Program?t=2015-09-30T11:45Z Program Paper Presentation Types All accepted papers will be presented as posters. Each poster will be presented as a short teaser (4 min presentation, 1 min for ... (last changed by StefanieDemirci) 2015-09-30T11:45Z StefanieDemirci 1.15 updated major http://campar.in.tum.de/rdiff/CVIISTENT2015/Program http://campar.in.tum.de/rdiff/CVIISTENT2015/Program Location [v1.3], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/CVIISTENT2015/Location?t=2015-09-29T12:40Z Location and Maps Workshop Site The CVII-STENT Workshop takes place at Klinikum rechts der Isar, Hörsaal C. How to get there The closest station is Max-Weber-Platz ... (last changed by StefanieDemirci) 2015-09-29T12:40Z StefanieDemirci 1.3 updated major http://campar.in.tum.de/rdiff/CVIISTENT2015/Location http://campar.in.tum.de/rdiff/CVIISTENT2015/Location Committees [v1.12], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/CVIISTENT2015/Committees?t=2015-07-20T06:29Z Committees Workshop Organizers Workshop Organizers Simone Balocco, University of Barcelona, Spain Maria A. Zuluaga, University College London, UK Guillaume Zahnd ... (last changed by StefanieDemirci) 2015-07-20T06:29Z StefanieDemirci 1.12 updated major http://campar.in.tum.de/rdiff/CVIISTENT2015/Committees http://campar.in.tum.de/rdiff/CVIISTENT2015/Committees WebTopBar [v1.19], by <a class="twikiLink" href="../../Main/TobiasBenz.html">TobiasBenz</a> http://campar.in.tum.de/view/CVIISTENT2015/WebTopBar?t=2015-04-07T13:55Z .STENTLogo { position: absolute; top: 10px; } .Banner {position: absolute; top: 0px; right: 25px;} (last changed by TobiasBenz) 2015-04-07T13:55Z TobiasBenz 1.19 updated major http://campar.in.tum.de/rdiff/CVIISTENT2015/WebTopBar http://campar.in.tum.de/rdiff/CVIISTENT2015/WebTopBar WebPreferences [v1.13], by <a class="twikiLink" href="https://k-d-w.org/">SebastianPoelsterl</a> http://campar.in.tum.de/view/CVIISTENT2015/WebPreferences?t=2015-04-07T11:24Z CVIISTENT2015 Web Preferences The following settings are web preferences of the CVIISTENT2015 web. These preferences overwrite the site-level preferences in TWIKIWEB ... (last changed by SebastianPoelsterl) 2015-04-07T11:24Z SebastianPoelsterl 1.13 updated major http://campar.in.tum.de/rdiff/CVIISTENT2015/WebPreferences http://campar.in.tum.de/rdiff/CVIISTENT2015/WebPreferences WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/CVIISTENT2015/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/CVIISTENT2015/WebBottomBar http://campar.in.tum.de/rdiff/CVIISTENT2015/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CVIISTENT2015/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this CVIISTENT2015 web. This is a convenient service, so you do not have ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/CVIISTENT2015/WebNotify http://campar.in.tum.de/rdiff/CVIISTENT2015/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CVIISTENT2015/WebRss?t=2004-08-16T03:27Z TWiki's CVIISTENT2015 web SCRIPTURL /view SCRIPTSUFFIX /CVIISTENT2015 The CVIISTENT2015 web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/CVIISTENT2015/WebRss http://campar.in.tum.de/rdiff/CVIISTENT2015/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CVIISTENT2015/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/CVIISTENT2015/WebSearchAdvanced http://campar.in.tum.de/rdiff/CVIISTENT2015/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CVIISTENT2015/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/CVIISTENT2015/WebIndex http://campar.in.tum.de/rdiff/CVIISTENT2015/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CVIISTENT2015/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/CVIISTENT2015/WebTopicList http://campar.in.tum.de/rdiff/CVIISTENT2015/WebTopicList WebStatistics [v1.362], by Main.guest http://campar.in.tum.de/view/CVIISTENT2016/WebStatistics?t=2021-09-17T04:37Z Statistics for CVIISTENT2016 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 188 ... (last changed by guest) 2021-09-17T04:37Z guest 1.362 updated major http://campar.in.tum.de/rdiff/CVIISTENT2016/WebStatistics http://campar.in.tum.de/rdiff/CVIISTENT2016/WebStatistics Program [v1.10], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/CVIISTENT2016/Program?t=2016-10-13T08:19Z Program Invited Talks Prof. Dr. Bjoern Menze , BR IBBM Image-Based Biomedical Modelling BR Computer Science, TU Munich, Germany BR BR BR Vessel Modelling for Disease ... (last changed by StefanieDemirci) 2016-10-13T08:19Z StefanieDemirci 1.10 updated major http://campar.in.tum.de/rdiff/CVIISTENT2016/Program http://campar.in.tum.de/rdiff/CVIISTENT2016/Program WebHome [v1.142], by <a class="twikiLink" href="../../Main/ShadiAlbarqouni.html">ShadiAlbarqouni</a> http://campar.in.tum.de/view/CVIISTENT2016/WebHome?t=2016-10-11T17:16Z CVII-STENT 2016 document.title "CVII-STENT 2016"; self.defaultStatus "CVII-STENT 2016"; Joint MICCAI-Workshops on BR Computing and Visualization for Intravascular ... (last changed by ShadiAlbarqouni) 2016-10-11T17:16Z ShadiAlbarqouni 1.142 updated major http://campar.in.tum.de/rdiff/CVIISTENT2016/WebHome http://campar.in.tum.de/rdiff/CVIISTENT2016/WebHome Location [v1.2], by <a class="twikiLink" href="../../Main/ShadiAlbarqouni.html">ShadiAlbarqouni</a> http://campar.in.tum.de/view/CVIISTENT2016/Location?t=2016-09-10T18:46Z Location (last changed by ShadiAlbarqouni) 2016-09-10T18:46Z ShadiAlbarqouni 1.2 updated major http://campar.in.tum.de/rdiff/CVIISTENT2016/Location http://campar.in.tum.de/rdiff/CVIISTENT2016/Location Committees [v1.8], by <a class="twikiLink" href="../../Main/ShadiAlbarqouni.html">ShadiAlbarqouni</a> http://campar.in.tum.de/view/CVIISTENT2016/Committees?t=2016-08-17T18:13Z Workshop Organizers Workshop Organizers Simone Balocco, University of Barcelona, Spain Maria A. Zuluaga, University College London, UK Guillaume Zahnd, Erasmus MC ... (last changed by ShadiAlbarqouni) 2016-08-17T18:13Z ShadiAlbarqouni 1.8 updated major http://campar.in.tum.de/rdiff/CVIISTENT2016/Committees http://campar.in.tum.de/rdiff/CVIISTENT2016/Committees Submission [v1.6], by <a class="twikiLink" href="../../Main/ShadiAlbarqouni.html">ShadiAlbarqouni</a> http://campar.in.tum.de/view/CVIISTENT2016/Submission?t=2016-06-27T11:31Z Submission of Papers Guidelines New format this year: Both Authors and Reviewers are Non-Anonymous. Full 8 page papers: Papers should follow the MICCAI submission ... (last changed by ShadiAlbarqouni) 2016-06-27T11:31Z ShadiAlbarqouni 1.6 updated major http://campar.in.tum.de/rdiff/CVIISTENT2016/Submission http://campar.in.tum.de/rdiff/CVIISTENT2016/Submission WebLeftBar [v1.41], by <a class="twikiLink" href="../../Main/ShadiAlbarqouni.html">ShadiAlbarqouni</a> http://campar.in.tum.de/view/CVIISTENT2016/WebLeftBar?t=2016-04-10T15:56Z Home Location Program Specials Honors Awards Submission of Papers Challenge Committees Newsletter Partners CVII-STENT 2015 CVII-STENT 2014 STENT 2013 STENT 2012 CVII ... (last changed by ShadiAlbarqouni) 2016-04-10T15:56Z ShadiAlbarqouni 1.41 updated major http://campar.in.tum.de/rdiff/CVIISTENT2016/WebLeftBar http://campar.in.tum.de/rdiff/CVIISTENT2016/WebLeftBar WebTopBar [v1.22], by <a class="twikiLink" href="../../Main/ShadiAlbarqouni.html">ShadiAlbarqouni</a> http://campar.in.tum.de/view/CVIISTENT2016/WebTopBar?t=2016-03-28T09:26Z .STENTLogo { position: absolute; top: 10px; } .Banner {position: absolute; top: 0px; right: 25px;} (last changed by ShadiAlbarqouni) 2016-03-28T09:26Z ShadiAlbarqouni 1.22 updated major http://campar.in.tum.de/rdiff/CVIISTENT2016/WebTopBar http://campar.in.tum.de/rdiff/CVIISTENT2016/WebTopBar Awards [v1.1], by <a class="twikiLink" href="../../Main/ShadiAlbarqouni.html">ShadiAlbarqouni</a> http://campar.in.tum.de/view/CVIISTENT2016/Awards?t=2016-03-20T10:44Z Awards (last changed by ShadiAlbarqouni) 2016-03-20T10:44Z ShadiAlbarqouni 1.1 updated major http://campar.in.tum.de/rdiff/CVIISTENT2016/Awards http://campar.in.tum.de/rdiff/CVIISTENT2016/Awards WebPreferences [v1.14], by <a class="twikiLink" href="../../Main/DennisHilla.html">DennisHilla</a> http://campar.in.tum.de/view/CVIISTENT2016/WebPreferences?t=2016-03-20T08:26Z CVIISTENT2016 Web Preferences The following settings are web preferences of the CVIISTENT2016 web. These preferences overwrite the site-level preferences in TWIKIWEB ... (last changed by DennisHilla) 2016-03-20T08:26Z DennisHilla 1.14 updated major http://campar.in.tum.de/rdiff/CVIISTENT2016/WebPreferences http://campar.in.tum.de/rdiff/CVIISTENT2016/WebPreferences WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/CVIISTENT2016/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/CVIISTENT2016/WebBottomBar http://campar.in.tum.de/rdiff/CVIISTENT2016/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CVIISTENT2016/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this CVIISTENT2016 web. This is a convenient service, so you do not have ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/CVIISTENT2016/WebNotify http://campar.in.tum.de/rdiff/CVIISTENT2016/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CVIISTENT2016/WebRss?t=2004-08-16T03:27Z TWiki's CVIISTENT2016 web SCRIPTURL /view SCRIPTSUFFIX /CVIISTENT2016 The CVIISTENT2016 web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/CVIISTENT2016/WebRss http://campar.in.tum.de/rdiff/CVIISTENT2016/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CVIISTENT2016/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/CVIISTENT2016/WebSearchAdvanced http://campar.in.tum.de/rdiff/CVIISTENT2016/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CVIISTENT2016/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/CVIISTENT2016/WebIndex http://campar.in.tum.de/rdiff/CVIISTENT2016/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CVIISTENT2016/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/CVIISTENT2016/WebTopicList http://campar.in.tum.de/rdiff/CVIISTENT2016/WebTopicList WebStatistics [v1.357], by Main.guest http://campar.in.tum.de/view/CVIISTENT2017/WebStatistics?t=2021-10-11T15:17Z Statistics for CVIISTENT2017 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Oct 2021 33 ... (last changed by guest) 2021-10-11T15:17Z guest 1.357 updated major http://campar.in.tum.de/rdiff/CVIISTENT2017/WebStatistics http://campar.in.tum.de/rdiff/CVIISTENT2017/WebStatistics Program [v1.4], by <a class="twikiLink" href="../../Main/ShadiAlbarqouni.html">ShadiAlbarqouni</a> http://campar.in.tum.de/view/CVIISTENT2017/Program?t=2017-09-07T20:03Z Program Schedule EDITTABLE{format " text, 20 textarea, 4x60 "} TABLE{sort "off"} Time Event 10:00-10:30 Arrival and Coffee 10:30-10:40 Welcome  10:40-11:30 Coronary ... (last changed by ShadiAlbarqouni) 2017-09-07T20:03Z ShadiAlbarqouni 1.4 updated major http://campar.in.tum.de/rdiff/CVIISTENT2017/Program http://campar.in.tum.de/rdiff/CVIISTENT2017/Program WebHome [v1.154], by <a class="twikiLink" href="../../Main/ShadiAlbarqouni.html">ShadiAlbarqouni</a> http://campar.in.tum.de/view/CVIISTENT2017/WebHome?t=2017-08-18T17:33Z CVII-STENT 2016 document.title "CVII-STENT 2017"; self.defaultStatus "CVII-STENT 2017"; Joint MICCAI-Workshops on BR Computing and Visualization for Intravascular ... (last changed by ShadiAlbarqouni) 2017-08-18T17:33Z ShadiAlbarqouni 1.154 updated major http://campar.in.tum.de/rdiff/CVIISTENT2017/WebHome http://campar.in.tum.de/rdiff/CVIISTENT2017/WebHome Submission [v1.3], by <a class="twikiLink" href="../../Main/ShadiAlbarqouni.html">ShadiAlbarqouni</a> http://campar.in.tum.de/view/CVIISTENT2017/Submission?t=2017-05-24T07:04Z Submission of Papers Guidelines New format this year: Both Authors and Reviewers are Non-Anonymous. Full 8-page papers: Papers should follow the MICCAI submission ... (last changed by ShadiAlbarqouni) 2017-05-24T07:04Z ShadiAlbarqouni 1.3 updated major http://campar.in.tum.de/rdiff/CVIISTENT2017/Submission http://campar.in.tum.de/rdiff/CVIISTENT2017/Submission WebLeftBar [v1.44], by <a class="twikiLink" href="../../Main/ShadiAlbarqouni.html">ShadiAlbarqouni</a> http://campar.in.tum.de/view/CVIISTENT2017/WebLeftBar?t=2017-03-31T10:44Z Home Location Program Specials Submission of Papers Committees Newsletter Partners CVII-STENT 2016 CVII-STENT 2015 CVII-STENT 2014 STENT 2013 STENT 2012 CVII 2011 ... (last changed by ShadiAlbarqouni) 2017-03-31T10:44Z ShadiAlbarqouni 1.44 updated major http://campar.in.tum.de/rdiff/CVIISTENT2017/WebLeftBar http://campar.in.tum.de/rdiff/CVIISTENT2017/WebLeftBar Committees [v1.3], by <a class="twikiLink" href="../../Main/ShadiAlbarqouni.html">ShadiAlbarqouni</a> http://campar.in.tum.de/view/CVIISTENT2017/Committees?t=2017-03-08T16:52Z Workshop Organizers Organizational Chairs Su-Lin Lee, Imperial College London, UK Simone Balocco, University of Barcelona, Spain Guillaume Zahnd, Nara Institute of ... (last changed by ShadiAlbarqouni) 2017-03-08T16:52Z ShadiAlbarqouni 1.3 updated major http://campar.in.tum.de/rdiff/CVIISTENT2017/Committees http://campar.in.tum.de/rdiff/CVIISTENT2017/Committees WebTopBar [v1.24], by <a class="twikiLink" href="../../Main/ShadiAlbarqouni.html">ShadiAlbarqouni</a> http://campar.in.tum.de/view/CVIISTENT2017/WebTopBar?t=2017-02-15T11:22Z .STENTLogo { position: absolute; top: 10px; } .Banner {position: absolute; top: 0px; right: 25px;} (last changed by ShadiAlbarqouni) 2017-02-15T11:22Z ShadiAlbarqouni 1.24 updated major http://campar.in.tum.de/rdiff/CVIISTENT2017/WebTopBar http://campar.in.tum.de/rdiff/CVIISTENT2017/WebTopBar Location [v1.1], by <a class="twikiLink" href="../../Main/ShadiAlbarqouni.html">ShadiAlbarqouni</a> http://campar.in.tum.de/view/CVIISTENT2017/Location?t=2017-02-15T11:12Z Location (last changed by ShadiAlbarqouni) 2017-02-15T11:12Z ShadiAlbarqouni 1.1 updated major http://campar.in.tum.de/rdiff/CVIISTENT2017/Location http://campar.in.tum.de/rdiff/CVIISTENT2017/Location WebPreferences [v1.14], by <a class="twikiLink" href="../../Main/DennisHilla.html">DennisHilla</a> http://campar.in.tum.de/view/CVIISTENT2017/WebPreferences?t=2016-03-20T08:27Z CVIISTENT2017 Web Preferences The following settings are web preferences of the CVIISTENT2017 web. These preferences overwrite the site-level preferences in TWIKIWEB ... (last changed by DennisHilla) 2016-03-20T08:27Z DennisHilla 1.14 updated major http://campar.in.tum.de/rdiff/CVIISTENT2017/WebPreferences http://campar.in.tum.de/rdiff/CVIISTENT2017/WebPreferences WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/CVIISTENT2017/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/CVIISTENT2017/WebBottomBar http://campar.in.tum.de/rdiff/CVIISTENT2017/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CVIISTENT2017/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this CVIISTENT2017 web. This is a convenient service, so you do not have ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/CVIISTENT2017/WebNotify http://campar.in.tum.de/rdiff/CVIISTENT2017/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CVIISTENT2017/WebRss?t=2004-08-16T03:27Z TWiki's CVIISTENT2017 web SCRIPTURL /view SCRIPTSUFFIX /CVIISTENT2017 The CVIISTENT2017 web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/CVIISTENT2017/WebRss http://campar.in.tum.de/rdiff/CVIISTENT2017/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CVIISTENT2017/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/CVIISTENT2017/WebSearchAdvanced http://campar.in.tum.de/rdiff/CVIISTENT2017/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CVIISTENT2017/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/CVIISTENT2017/WebIndex http://campar.in.tum.de/rdiff/CVIISTENT2017/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CVIISTENT2017/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/CVIISTENT2017/WebTopicList http://campar.in.tum.de/rdiff/CVIISTENT2017/WebTopicList WebChanges [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CVIISTENT2017/WebChanges?t=2001-08-16T19:58Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by PeterThoeny) 2001-08-16T19:58Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/CVIISTENT2017/WebChanges http://campar.in.tum.de/rdiff/CVIISTENT2017/WebChanges WebStatistics [v1.412], by Main.guest http://campar.in.tum.de/view/CVIISTENT2018/WebStatistics?t=2021-09-30T21:14Z Statistics for CVIISTENT2018 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 392 ... (last changed by guest) 2021-09-30T21:14Z guest 1.412 updated major http://campar.in.tum.de/rdiff/CVIISTENT2018/WebStatistics http://campar.in.tum.de/rdiff/CVIISTENT2018/WebStatistics WebHome [v1.162], by <a class="twikiLink" href="../../Main/ShadiAlbarqouni.html">ShadiAlbarqouni</a> http://campar.in.tum.de/view/CVIISTENT2018/WebHome?t=2018-09-21T07:02Z CVII-STENT 2016 document.title "CVII-STENT 2018"; self.defaultStatus "CVII-STENT 2018"; Joint MICCAI-Workshops on BR Computing and Visualization for Intravascular ... (last changed by ShadiAlbarqouni) 2018-09-21T07:02Z ShadiAlbarqouni 1.162 updated major http://campar.in.tum.de/rdiff/CVIISTENT2018/WebHome http://campar.in.tum.de/rdiff/CVIISTENT2018/WebHome Committees [v1.4], by <a class="twikiLink" href="../../Main/ShadiAlbarqouni.html">ShadiAlbarqouni</a> http://campar.in.tum.de/view/CVIISTENT2018/Committees?t=2018-09-05T18:10Z Committees Workshop Organizers Organizational Chairs Su-Lin Lee, Imperial College London, UK Simone Balocco, University of Barcelona, Spain Guillaume Zahnd, Technical ... (last changed by ShadiAlbarqouni) 2018-09-05T18:10Z ShadiAlbarqouni 1.4 updated major http://campar.in.tum.de/rdiff/CVIISTENT2018/Committees http://campar.in.tum.de/rdiff/CVIISTENT2018/Committees Program [v1.4], by <a class="twikiLink" href="../../Main/ShadiAlbarqouni.html">ShadiAlbarqouni</a> http://campar.in.tum.de/view/CVIISTENT2018/Program?t=2018-09-05T14:43Z Program Schedule EDITTABLE{format " text, 20 textarea, 4x60 "} TABLE{sort "off"} Time Event 10:00-10:30 Welcome  10:30-11:00 Dr.-Ing Markus Kowarschik and Katharina ... (last changed by ShadiAlbarqouni) 2018-09-05T14:43Z ShadiAlbarqouni 1.4 updated major http://campar.in.tum.de/rdiff/CVIISTENT2018/Program http://campar.in.tum.de/rdiff/CVIISTENT2018/Program Submission [v1.5], by <a class="twikiLink" href="../../Main/ShadiAlbarqouni.html">ShadiAlbarqouni</a> http://campar.in.tum.de/view/CVIISTENT2018/Submission?t=2018-08-24T08:55Z Submission of Papers Guidelines Full 8-page papers: Papers should follow the MICCAI submission format MICCAI Submission Format Guidelines. Papers are to be electronically ... (last changed by ShadiAlbarqouni) 2018-08-24T08:55Z ShadiAlbarqouni 1.5 updated major http://campar.in.tum.de/rdiff/CVIISTENT2018/Submission http://campar.in.tum.de/rdiff/CVIISTENT2018/Submission WebTopBar [v1.26], by <a class="twikiLink" href="../../Main/ShadiAlbarqouni.html">ShadiAlbarqouni</a> http://campar.in.tum.de/view/CVIISTENT2018/WebTopBar?t=2018-04-24T07:53Z .STENTLogo { position: absolute; top: 10px; } .Banner {position: absolute; top: 0px; right: 25px;} (last changed by ShadiAlbarqouni) 2018-04-24T07:53Z ShadiAlbarqouni 1.26 updated major http://campar.in.tum.de/rdiff/CVIISTENT2018/WebTopBar http://campar.in.tum.de/rdiff/CVIISTENT2018/WebTopBar Location [v1.1], by <a class="twikiLink" href="../../Main/ShadiAlbarqouni.html">ShadiAlbarqouni</a> http://campar.in.tum.de/view/CVIISTENT2018/Location?t=2018-04-24T07:07Z Location (last changed by ShadiAlbarqouni) 2018-04-24T07:07Z ShadiAlbarqouni 1.1 updated major http://campar.in.tum.de/rdiff/CVIISTENT2018/Location http://campar.in.tum.de/rdiff/CVIISTENT2018/Location WebLeftBar [v1.45], by <a class="twikiLink" href="../../Main/ShadiAlbarqouni.html">ShadiAlbarqouni</a> http://campar.in.tum.de/view/CVIISTENT2018/WebLeftBar?t=2018-01-08T10:38Z Home Location Program Specials Submission of Papers Committees Newsletter Partners CVII-STENT 2017 CVII-STENT 2016 CVII-STENT 2015 CVII-STENT 2014 STENT 2013 STENT ... (last changed by ShadiAlbarqouni) 2018-01-08T10:38Z ShadiAlbarqouni 1.45 updated major http://campar.in.tum.de/rdiff/CVIISTENT2018/WebLeftBar http://campar.in.tum.de/rdiff/CVIISTENT2018/WebLeftBar WebPreferences [v1.15], by <a class="twikiLink" href="https://ciip.in.tum.de/people/lasser.html">TobiasLasser</a> http://campar.in.tum.de/view/CVIISTENT2018/WebPreferences?t=2018-01-08T09:05Z CVIISTENT2018 Web Preferences The following settings are web preferences of the CVIISTENT2018 web. These preferences overwrite the site-level preferences in TWIKIWEB ... (last changed by TobiasLasser) 2018-01-08T09:05Z TobiasLasser 1.15 updated major http://campar.in.tum.de/rdiff/CVIISTENT2018/WebPreferences http://campar.in.tum.de/rdiff/CVIISTENT2018/WebPreferences WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/CVIISTENT2018/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/CVIISTENT2018/WebBottomBar http://campar.in.tum.de/rdiff/CVIISTENT2018/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CVIISTENT2018/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this CVIISTENT2018 web. This is a convenient service, so you do not have ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/CVIISTENT2018/WebNotify http://campar.in.tum.de/rdiff/CVIISTENT2018/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CVIISTENT2018/WebRss?t=2004-08-16T03:27Z TWiki's CVIISTENT2018 web SCRIPTURL /view SCRIPTSUFFIX /CVIISTENT2018 The CVIISTENT2018 web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/CVIISTENT2018/WebRss http://campar.in.tum.de/rdiff/CVIISTENT2018/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CVIISTENT2018/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/CVIISTENT2018/WebSearchAdvanced http://campar.in.tum.de/rdiff/CVIISTENT2018/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CVIISTENT2018/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/CVIISTENT2018/WebIndex http://campar.in.tum.de/rdiff/CVIISTENT2018/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CVIISTENT2018/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/CVIISTENT2018/WebTopicList http://campar.in.tum.de/rdiff/CVIISTENT2018/WebTopicList WebChanges [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CVIISTENT2018/WebChanges?t=2001-08-16T19:58Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by PeterThoeny) 2001-08-16T19:58Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/CVIISTENT2018/WebChanges http://campar.in.tum.de/rdiff/CVIISTENT2018/WebChanges WebStatistics [v1.164], by Main.guest http://campar.in.tum.de/view/CamCWorkshop2011/WebStatistics?t=2021-09-17T04:42Z Statistics for CamCWorkshop2011 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 ... (last changed by guest) 2021-09-17T04:42Z guest 1.164 updated major http://campar.in.tum.de/rdiff/CamCWorkshop2011/WebStatistics http://campar.in.tum.de/rdiff/CamCWorkshop2011/WebStatistics WorkshopProgram [v1.6], by <a class="twikiLink" href="../../Main/LejingWang.html">LejingWang</a> http://campar.in.tum.de/view/CamCWorkshop2011/WorkshopProgram?t=2011-08-24T11:34Z Preliminary Program: Date : 27.08.2011 (Saturday) Time : 10:30 – 16:30 Time Content Place 10:45-11:30 CAMC presentation Library 11:30-12:00 Discussion Library 12 ... (last changed by LejingWang) 2011-08-24T11:34Z LejingWang 1.6 updated major http://campar.in.tum.de/rdiff/CamCWorkshop2011/WorkshopProgram http://campar.in.tum.de/rdiff/CamCWorkshop2011/WorkshopProgram WebHome [v1.19], by <a class="twikiLink" href="../../Main/LejingWang.html">LejingWang</a> http://campar.in.tum.de/view/CamCWorkshop2011/WebHome?t=2011-08-08T12:10Z A Historical Event in Medical Imaging: CAMC successfully introduced in operating room After extensive preclinical testing finally CAMC has been moved into the Operation ... (last changed by LejingWang) 2011-08-08T12:10Z LejingWang 1.19 updated major http://campar.in.tum.de/rdiff/CamCWorkshop2011/WebHome http://campar.in.tum.de/rdiff/CamCWorkshop2011/WebHome WorkshopContact [v1.4], by <a class="twikiLink" href="../../Main/LejingWang.html">LejingWang</a> http://campar.in.tum.de/view/CamCWorkshop2011/WorkshopContact?t=2011-07-25T14:49Z Contact Mr. Lejing Wang Institut für Informatik Boltzmannstraße 3 85748 Garching b. München e-Mail: wangle@cs.tum.edu Tel: 49 89 5160-3615 Fax: 49 89 289 17059 Registration ... (last changed by LejingWang) 2011-07-25T14:49Z LejingWang 1.4 updated major http://campar.in.tum.de/rdiff/CamCWorkshop2011/WorkshopContact http://campar.in.tum.de/rdiff/CamCWorkshop2011/WorkshopContact WebLeftBar [v1.7], by <a class="twikiLink" href="../../Main/LejingWang.html">LejingWang</a> http://campar.in.tum.de/view/CamCWorkshop2011/WebLeftBar?t=2011-07-25T14:47Z Home Program Location Contact Registration CAMC project Related Publications Narvis Lab (last changed by LejingWang) 2011-07-25T14:47Z LejingWang 1.7 updated major http://campar.in.tum.de/rdiff/CamCWorkshop2011/WebLeftBar http://campar.in.tum.de/rdiff/CamCWorkshop2011/WebLeftBar WebBottomBar [v1.3], by <a class="twikiLink" href="../../Main/LejingWang.html">LejingWang</a> http://campar.in.tum.de/view/CamCWorkshop2011/WebBottomBar?t=2011-07-25T14:42Z (last changed by LejingWang) 2011-07-25T14:42Z LejingWang 1.3 updated major http://campar.in.tum.de/rdiff/CamCWorkshop2011/WebBottomBar http://campar.in.tum.de/rdiff/CamCWorkshop2011/WebBottomBar WorkshopLocation [v1.2], by <a class="twikiLink" href="../../Main/LejingWang.html">LejingWang</a> http://campar.in.tum.de/view/CamCWorkshop2011/WorkshopLocation?t=2011-07-25T14:01Z WorkshopLocation The workshop takes place at Chirurgische Klinik und Poliklinik der Ludwig-Maximilians-Universität München – Campus Innenstadt Address: Nussbaumstra ... (last changed by LejingWang) 2011-07-25T14:01Z LejingWang 1.2 updated major http://campar.in.tum.de/rdiff/CamCWorkshop2011/WorkshopLocation http://campar.in.tum.de/rdiff/CamCWorkshop2011/WorkshopLocation WorkshopPublication [v1.1], by <a class="twikiLink" href="../../Main/LejingWang.html">LejingWang</a> http://campar.in.tum.de/view/CamCWorkshop2011/WorkshopPublication?t=2011-07-25T13:42Z Publications about Research Activities within the CAMC project INCLUDE{"http://campar.in.tum.de/cgi-bin/pub/search.pl?all:all:all:all:CAMC"} (last changed by LejingWang) 2011-07-25T13:42Z LejingWang 1.1 updated major http://campar.in.tum.de/rdiff/CamCWorkshop2011/WorkshopPublication http://campar.in.tum.de/rdiff/CamCWorkshop2011/WorkshopPublication WebTopBar [v1.3], by <a class="twikiLink" href="../../Main/LejingWang.html">LejingWang</a> http://campar.in.tum.de/view/CamCWorkshop2011/WebTopBar?t=2011-07-25T13:34Z document.write(''); Workshop on Camera Augmented Mobile C-arm (last changed by LejingWang) 2011-07-25T13:34Z LejingWang 1.3 updated major http://campar.in.tum.de/rdiff/CamCWorkshop2011/WebTopBar http://campar.in.tum.de/rdiff/CamCWorkshop2011/WebTopBar WebPreferences [v1.10], by <a class="twikiLink" href="../../Main/LejingWang.html">LejingWang</a> http://campar.in.tum.de/view/CamCWorkshop2011/WebPreferences?t=2011-07-24T21:02Z CamCWorkshop2011 Web Preferences The following settings are web preferences of the CamCWorkshop2011 web. These preferences overwrite the site-level preferences in ... (last changed by LejingWang) 2011-07-24T21:02Z LejingWang 1.10 updated major http://campar.in.tum.de/rdiff/CamCWorkshop2011/WebPreferences http://campar.in.tum.de/rdiff/CamCWorkshop2011/WebPreferences WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CamCWorkshop2011/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this CamCWorkshop2011 web. This is a convenient service, so you do not ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/CamCWorkshop2011/WebNotify http://campar.in.tum.de/rdiff/CamCWorkshop2011/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CamCWorkshop2011/WebRss?t=2004-08-16T03:27Z TWiki's CamCWorkshop2011 web SCRIPTURL /view SCRIPTSUFFIX /CamCWorkshop2011 The CamCWorkshop2011 web of TWiki. TWiki is a Web-Based Collaboration Platform for the ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/CamCWorkshop2011/WebRss http://campar.in.tum.de/rdiff/CamCWorkshop2011/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CamCWorkshop2011/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/CamCWorkshop2011/WebSearchAdvanced http://campar.in.tum.de/rdiff/CamCWorkshop2011/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CamCWorkshop2011/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/CamCWorkshop2011/WebIndex http://campar.in.tum.de/rdiff/CamCWorkshop2011/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CamCWorkshop2011/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/CamCWorkshop2011/WebTopicList http://campar.in.tum.de/rdiff/CamCWorkshop2011/WebTopicList WebChanges [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/CamCWorkshop2011/WebChanges?t=2001-08-16T19:58Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by PeterThoeny) 2001-08-16T19:58Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/CamCWorkshop2011/WebChanges http://campar.in.tum.de/rdiff/CamCWorkshop2011/WebChanges TeachingWs20MedAR [v1.8], by <a class="twikiLink" href="../../Main/AlexanderWinkler.html">AlexanderWinkler</a> http://campar.in.tum.de/view/Chair/TeachingWs20MedAR?t=2021-10-20T08:47Z Augmented Reality Medical Augmented Reality Winter Term 2020/2021 Administrative Info RED Please note: This is the information for the course in Winter Term 2020 ... (last changed by AlexanderWinkler) 2021-10-20T08:47Z AlexanderWinkler 1.8 updated major http://campar.in.tum.de/rdiff/Chair/TeachingWs20MedAR http://campar.in.tum.de/rdiff/Chair/TeachingWs20MedAR WebStatistics [v1.3943], by Main.guest http://campar.in.tum.de/view/Chair/WebStatistics?t=2021-10-16T13:44Z Statistics for Chair Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Oct 2021 68965 12 0 ... (last changed by guest) 2021-10-16T13:44Z guest 1.3943 updated major http://campar.in.tum.de/rdiff/Chair/WebStatistics http://campar.in.tum.de/rdiff/Chair/WebStatistics WebHome [v1.193], by <a class="twikiLink" href="../../Main/MatthiasKeicher.html">MatthiasKeicher</a> http://campar.in.tum.de/view/Chair/WebHome?t=2021-10-08T09:58Z document.title "Chair for Computer Aided Medical Procedures and Augmented Reality Lehrstuhl für Informatikanwendungen in der Medizin und Augmented Reality"; self ... (last changed by MatthiasKeicher) 2021-10-08T09:58Z MatthiasKeicher 1.193 updated major http://campar.in.tum.de/rdiff/Chair/WebHome http://campar.in.tum.de/rdiff/Chair/WebHome WebTopBar [v1.38], by <a class="twikiLink" href="../../Main/UlrichEck.html">UlrichEck</a> http://campar.in.tum.de/view/Chair/WebTopBar?t=2021-10-04T11:20Z document.write(''); Chair for Computer Aided Medical Procedures Augmented Reality Lehrstuhl f r Informatikanwendungen in der Medizin Augmented Reality THIS WEBPAGE ... (last changed by UlrichEck) 2021-10-04T11:20Z UlrichEck 1.38 updated major http://campar.in.tum.de/rdiff/Chair/WebTopBar http://campar.in.tum.de/rdiff/Chair/WebTopBar ResearchIBBM [v1.146], by <a class="twikiLink" href="../../Main/HongweiLi.html">HongweiLi</a> http://campar.in.tum.de/view/Chair/ResearchIBBM?t=2021-10-04T08:17Z Image-Based Biomedical Modeling (IBBM) Prof. Dr. Bjoern Menze TOC Research The research objective of the Image-Based Biomedical Modeling group is to develop computational ... (last changed by HongweiLi) 2021-10-04T08:17Z HongweiLi 1.146 updated major http://campar.in.tum.de/rdiff/Chair/ResearchIBBM http://campar.in.tum.de/rdiff/Chair/ResearchIBBM TeachingWs21IGHD [v1.2], by <a class="twikiLink" href="../../Main/ChristineEilers.html">ChristineEilers</a> http://campar.in.tum.de/view/Chair/TeachingWs21IGHD?t=2021-10-04T07:32Z Innovation Generation in the Healthcare Domain (special focus on Digital Technologies in Healthcare) The lecture is part of the Medical Technology Entrepreneurship ... (last changed by ChristineEilers) 2021-10-04T07:32Z ChristineEilers 1.2 updated major http://campar.in.tum.de/rdiff/Chair/TeachingWs21IGHD http://campar.in.tum.de/rdiff/Chair/TeachingWs21IGHD TeachingWs21P3DV [v1.10], by <a class="twikiLink" href="../../Main/BenjaminBusam.html">BenjaminBusam</a> http://campar.in.tum.de/view/Chair/TeachingWs21P3DV?t=2021-09-27T11:06Z Lab Course / Praktikum: Praktikum on 3D Computer Vision by PD Dr.-Ing. Federico Tombari Team : Benjamin Busam, Nikolas Brasch, Mahdi Saleh, Yida Wang, Shun-Cheng ... (last changed by BenjaminBusam) 2021-09-27T11:06Z BenjaminBusam 1.10 updated major http://campar.in.tum.de/rdiff/Chair/TeachingWs21P3DV http://campar.in.tum.de/rdiff/Chair/TeachingWs21P3DV TeachingWs21CS4MS [v1.1], by <a class="twikiLink" href="../../Main/MatthiasKeicher.html">MatthiasKeicher</a> http://campar.in.tum.de/view/Chair/TeachingWs21CS4MS?t=2021-07-29T14:03Z Computer Science for Medical Students Administrative Information Responsible for Module: Prof. Nassir Navab Organization: TobiasCzempiel, Florian Hinterwimmer, Martin ... (last changed by MatthiasKeicher) 2021-07-29T14:03Z MatthiasKeicher 1.1 updated major http://campar.in.tum.de/rdiff/Chair/TeachingWs21CS4MS http://campar.in.tum.de/rdiff/Chair/TeachingWs21CS4MS TeachingWs20CS4MS [v1.2], by <a class="twikiLink" href="../../Main/MatthiasKeicher.html">MatthiasKeicher</a> http://campar.in.tum.de/view/Chair/TeachingWs20CS4MS?t=2021-07-29T14:02Z Computer Science for Medical Students Administrative Information Responsible for Module: Prof. Nassir Navab Organization: Hendrik Burwinkel, TobiasCzempiel, and Matthias ... (last changed by MatthiasKeicher) 2021-07-29T14:02Z MatthiasKeicher 1.2 updated major http://campar.in.tum.de/rdiff/Chair/TeachingWs20CS4MS http://campar.in.tum.de/rdiff/Chair/TeachingWs20CS4MS TeachingSs21CS4MS [v1.1], by <a class="twikiLink" href="../../Main/MatthiasKeicher.html">MatthiasKeicher</a> http://campar.in.tum.de/view/Chair/TeachingSs21CS4MS?t=2021-07-29T13:59Z Computer Science for Medical Students Administrative Information Responsible for Module: Prof. Nassir Navab Organization: TobiasCzempiel, Florian Hinterwimmer, Martin ... (last changed by MatthiasKeicher) 2021-07-29T13:59Z MatthiasKeicher 1.1 updated major http://campar.in.tum.de/rdiff/Chair/TeachingSs21CS4MS http://campar.in.tum.de/rdiff/Chair/TeachingSs21CS4MS OfficesGarching [v1.167], by <a class="twikiLink" href="../../Main/AmirChoopankareh.html">AmirChoopankareh</a> http://campar.in.tum.de/view/Chair/OfficesGarching?t=2021-07-26T12:45Z OfficesGarching Cristina Piazza BR 49 (89) 289-19427 03.13.061 03.13.059 03.13.060 03.13.057 03.13.058 03.13.055 03.13.056 03.13.053 03.13.054 03.13.052 03.13.043 ... (last changed by AmirChoopankareh) 2021-07-26T12:45Z AmirChoopankareh 1.167 updated major http://campar.in.tum.de/rdiff/Chair/OfficesGarching http://campar.in.tum.de/rdiff/Chair/OfficesGarching TeachingSoSe21AT3DCV [v1.36], by <a class="twikiLink" href="../../Main/BenjaminBusam.html">BenjaminBusam</a> http://campar.in.tum.de/view/Chair/TeachingSoSe21AT3DCV?t=2021-07-15T12:41Z Lab Course / Praktikum: Advanced Topics in 3D Computer Vision by Prof. Nassir Navab Team : Benjamin Busam, Mahdi Saleh, Patrick Ruhkamp, HyunJun Jung, Yida Wang Type ... (last changed by BenjaminBusam) 2021-07-15T12:41Z BenjaminBusam 1.36 updated major http://campar.in.tum.de/rdiff/Chair/TeachingSoSe21AT3DCV http://campar.in.tum.de/rdiff/Chair/TeachingSoSe21AT3DCV TeachingWs21PMSD [v1.3], by <a class="twikiLink" href="../../Main/ArditRamadani.html">ArditRamadani</a> http://campar.in.tum.de/view/Chair/TeachingWs21PMSD?t=2021-07-15T10:20Z Lab Course / Praktikum: Project Management and Software Development for Medical Applications by Prof. Nassir Navab Team : Ardit Ramadani #44; Zhongliang Jiang #44 ... (last changed by ArditRamadani) 2021-07-15T10:20Z ArditRamadani 1.3 updated major http://campar.in.tum.de/rdiff/Chair/TeachingWs21PMSD http://campar.in.tum.de/rdiff/Chair/TeachingWs21PMSD WebLeftBar [v1.186], by <a class="twikiLink" href="../../Main/NikolasBrasch.html">NikolasBrasch</a> http://campar.in.tum.de/view/Chair/WebLeftBar?t=2021-07-12T14:07Z Home CAMP at JHU Chair People Labs Locations Open Positions History Partners Research Groups CAMP FAR IBBM MQM IP Publications Teaching Winter 2021/2022 Summer 2021 ... (last changed by NikolasBrasch) 2021-07-12T14:07Z NikolasBrasch 1.186 updated major http://campar.in.tum.de/rdiff/Chair/WebLeftBar http://campar.in.tum.de/rdiff/Chair/WebLeftBar TeachingWs20AT3DCV [v1.54], by <a class="twikiLink" href="../../Main/BenjaminBusam.html">BenjaminBusam</a> http://campar.in.tum.de/view/Chair/TeachingWs20AT3DCV?t=2021-07-09T11:49Z Lab Course / Praktikum: Advanced Topics in 3D Computer Vision by Prof. Nassir Navab Team : Benjamin Busam, Mahdi Saleh, Patrick Ruhkamp, Hyun Jun Jung Type : Master ... (last changed by BenjaminBusam) 2021-07-09T11:49Z BenjaminBusam 1.54 updated major http://campar.in.tum.de/rdiff/Chair/TeachingWs20AT3DCV http://campar.in.tum.de/rdiff/Chair/TeachingWs20AT3DCV TeachingWs21MLMA [v1.2], by <a class="twikiLink" href="../../Main/AshkanKhakzar.html">AshkanKhakzar</a> http://campar.in.tum.de/view/Chair/TeachingWs21MLMA?t=2021-07-07T08:04Z REDIRECT{"https://wiki.tum.de/pages/viewpage.action?pageId 855015946"} Practical Course: Machine Learning in Medical Imaging Prof. Nassir Navab, Ashkan Khakzar, Azade ... (last changed by AshkanKhakzar) 2021-07-07T08:04Z AshkanKhakzar 1.2 updated major http://campar.in.tum.de/rdiff/Chair/TeachingWs21MLMA http://campar.in.tum.de/rdiff/Chair/TeachingWs21MLMA WebStatistics [v1.3276], by Main.guest http://campar.in.tum.de/view/DWARF/WebStatistics?t=2021-09-16T15:07Z Statistics for TWiki.DWARF Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 687 ... (last changed by guest) 2021-09-16T15:07Z guest 1.3276 updated major http://campar.in.tum.de/rdiff/DWARF/WebStatistics http://campar.in.tum.de/rdiff/DWARF/WebStatistics WorkInProgress [v1.2], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/DWARF/WorkInProgress?t=2006-07-12T15:05Z INCLUDE{"Events.WorkInProgress"} (last changed by MartinBauer) 2006-07-12T15:05Z MartinBauer 1.2 updated major http://campar.in.tum.de/rdiff/DWARF/WorkInProgress http://campar.in.tum.de/rdiff/DWARF/WorkInProgress WebPreferences [v1.23], by <a class="twikiLink" href="../../Main/MarcusToennis.html">MarcusToennis</a> http://campar.in.tum.de/view/DWARF/WebPreferences?t=2006-06-09T12:27Z TWiki.DWARF Web Preferences The following settings are web preferences of the TWiki.DWARF web. These preferences overwrite the site-level preferences in TWIKIWEB ... (last changed by MarcusToennis) 2006-06-09T12:27Z MarcusToennis 1.23 updated major http://campar.in.tum.de/rdiff/DWARF/WebPreferences http://campar.in.tum.de/rdiff/DWARF/WebPreferences MartinWagner [v1.37], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/DWARF/MartinWagner?t=2005-08-30T14:10Z Dipl.-Inf. Martin Wagner I (almost) finished my Ph.D. at TUM and moved to Ludwig-Maximilians-Universität München. Check out my new homepage! TOC E-Mail: martin.wagner ... (last changed by MartinBauer) 2005-08-30T14:10Z MartinBauer 1.37 updated major http://campar.in.tum.de/rdiff/DWARF/MartinWagner http://campar.in.tum.de/rdiff/DWARF/MartinWagner WebLeftBar [v1.5], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/DWARF/WebLeftBar?t=2005-08-18T17:08Z Home Chair People Rooms Contact History Partners Research Medical Procedures Augmented Reality Teaching WiSe 2005 All Terms Student Projects Cool Stuff Internal Index ... (last changed by MartinBauer) 2005-08-18T17:08Z MartinBauer 1.5 updated major http://campar.in.tum.de/rdiff/DWARF/WebLeftBar http://campar.in.tum.de/rdiff/DWARF/WebLeftBar WebTopBar [v1.3], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/DWARF/WebTopBar?t=2005-08-18T10:57Z INCLUDE{"Chair.WebTopBar"} (last changed by MartinBauer) 2005-08-18T10:57Z MartinBauer 1.3 updated major http://campar.in.tum.de/rdiff/DWARF/WebTopBar http://campar.in.tum.de/rdiff/DWARF/WebTopBar SepPustka [v1.5], by <a class="twikiLink" href="../../Main/MarcusToennis.html">MarcusToennis</a> http://campar.in.tum.de/view/DWARF/SepPustka?t=2005-07-15T13:20Z Visualizing Distributed Systems of Dynamically Cooperating Services Systementwicklungsprojekt (SEP) Bearbeiter: Daniel Pustka Aufgabensteller: Prof. Bernd Brügge ... (last changed by MarcusToennis) 2005-07-15T13:20Z MarcusToennis 1.5 updated major http://campar.in.tum.de/rdiff/DWARF/SepPustka http://campar.in.tum.de/rdiff/DWARF/SepPustka AugmentedRealityPraktikumSoSe2005 [v1.12], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/DWARF/AugmentedRealityPraktikumSoSe2005?t=2005-06-23T11:06Z REDIRECT{"http://wwwnavab.in.tum.de/Chair/TeachingSS05ARLabCourse"} Praktikum Augmented Reality 2005 Prof. Gudrun Klinker, Ph.D., Prof. Dr. Nassir Navab Praktikum ... (last changed by MartinBauer) 2005-06-23T11:06Z MartinBauer 1.12 updated major http://campar.in.tum.de/rdiff/DWARF/AugmentedRealityPraktikumSoSe2005 http://campar.in.tum.de/rdiff/DWARF/AugmentedRealityPraktikumSoSe2005 AugmentedRealityWiSe2004 [v1.32], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/DWARF/AugmentedRealityWiSe2004?t=2005-06-23T11:05Z Einführung in die Erweiterte Realität (Introduction to Augmented Reality) Prof. Gudrun Klinker, Ph.D. Content Augmented Reality (AR) allows users to view computer ... (last changed by MartinBauer) 2005-06-23T11:05Z MartinBauer 1.32 updated major http://campar.in.tum.de/rdiff/DWARF/AugmentedRealityWiSe2004 http://campar.in.tum.de/rdiff/DWARF/AugmentedRealityWiSe2004 OldIntroDaStrasser [v1.3], by <a class="twikiLink" href="../../Main/DarkoZikic.html">DarkoZikic</a> http://campar.in.tum.de/view/DWARF/OldIntroDaStrasser?t=2005-05-04T18:55Z Introduction (old version, see Students.DaStrasser) Augmented Reality (AR) applications are highly dependent from accurate and precise tracking data. Since current ... (last changed by DarkoZikic) 2005-05-04T18:55Z DarkoZikic 1.3 updated major http://campar.in.tum.de/rdiff/DWARF/OldIntroDaStrasser http://campar.in.tum.de/rdiff/DWARF/OldIntroDaStrasser StrasserDaDiscussionPage [v1.3], by <a class="twikiLink" href="../../Main/DarkoZikic.html">DarkoZikic</a> http://campar.in.tum.de/view/DWARF/StrasserDaDiscussionPage?t=2005-05-04T18:55Z Finding context attributes Using spatial indices to form high-level context attributes: Hierarchical attributes: Nowhere (or everywhere) Garching FMI 1st floor ... (last changed by DarkoZikic) 2005-05-04T18:55Z DarkoZikic 1.3 updated major http://campar.in.tum.de/rdiff/DWARF/StrasserDaDiscussionPage http://campar.in.tum.de/rdiff/DWARF/StrasserDaDiscussionPage ProjectDescription [v1.2], by <a class="twikiLink" href="../../Main/DarkoZikic.html">DarkoZikic</a> http://campar.in.tum.de/view/DWARF/ProjectDescription?t=2005-05-04T17:42Z Here is an extract of our thesis proposal we wrote for the application of a DAAD-scorlarship The idea of Hybrid Tracking is to combine different tracking technologies ... (last changed by DarkoZikic) 2005-05-04T17:42Z DarkoZikic 1.2 updated major http://campar.in.tum.de/rdiff/DWARF/ProjectDescription http://campar.in.tum.de/rdiff/DWARF/ProjectDescription MaTruebswetter [v1.4], by <a class="twikiLink" href="../../Main/NikolasDoerfler.html">NikolasDoerfler</a> http://campar.in.tum.de/view/DWARF/MaTruebswetter?t=2005-03-23T20:55Z -- Main.ChristianTruebswetter 26 Jan 2005 This website contains information about my Master Thesis Prelinimary Master Thesis: http://home.in.tum.de/~truebswe/masterthesis ... (last changed by NikolasDoerfler) 2005-03-23T20:55Z NikolasDoerfler 1.4 updated major http://campar.in.tum.de/rdiff/DWARF/MaTruebswetter http://campar.in.tum.de/rdiff/DWARF/MaTruebswetter ARTerminKalenderHistory [v1.10], by <a class="twikiLink" href="../../Main/NikolasDoerfler.html">NikolasDoerfler</a> http://campar.in.tum.de/view/DWARF/ARTerminKalenderHistory?t=2005-03-23T20:46Z Terminkalenderarchiv für Augmented Reality-bezogene Aktivitäten Prof. Gudrun Klinker, Ph. D. Vergangene Termine (rückwärts): Datum Interne Termine (Demos, Vorträge ... (last changed by NikolasDoerfler) 2005-03-23T20:46Z NikolasDoerfler 1.10 updated major http://campar.in.tum.de/rdiff/DWARF/ARTerminKalenderHistory http://campar.in.tum.de/rdiff/DWARF/ARTerminKalenderHistory ProjectsList [v1.2], by <a class="twikiLink" href="../../Main/NikolasDoerfler.html">NikolasDoerfler</a> http://campar.in.tum.de/view/DWARF/ProjectsList?t=2005-03-23T19:57Z Projects TOC Medical Augmented Reality INCLUDE{Chair.ProjectListHeart} Industrial Augmented Reality INCLUDE{Chair.ProjectListFlugzeug} INCLUDE{Chair.ProjectListBar ... (last changed by NikolasDoerfler) 2005-03-23T19:57Z NikolasDoerfler 1.2 updated major http://campar.in.tum.de/rdiff/DWARF/ProjectsList http://campar.in.tum.de/rdiff/DWARF/ProjectsList ARPatterns [v1.7], by <a class="twikiLink" href="../../Main/NikolasDoerfler.html">NikolasDoerfler</a> http://campar.in.tum.de/view/DWARF/ARPatterns?t=2005-03-17T21:39Z Software Patterns for Augmented Reality Systems This work is based on a study on software architectures for Augmented Reality systems in commission of the ARVIKA ... (last changed by NikolasDoerfler) 2005-03-17T21:39Z NikolasDoerfler 1.7 updated major http://campar.in.tum.de/rdiff/DWARF/ARPatterns http://campar.in.tum.de/rdiff/DWARF/ARPatterns WebStatistics [v1.363], by Main.guest http://campar.in.tum.de/view/DeepLearning2016/WebStatistics?t=2021-09-17T04:45Z Statistics for DeepLearning2016 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 ... (last changed by guest) 2021-09-17T04:45Z guest 1.363 updated major http://campar.in.tum.de/rdiff/DeepLearning2016/WebStatistics http://campar.in.tum.de/rdiff/DeepLearning2016/WebStatistics Registration [v1.7], by <a class="twikiLink" href="../../Main/DennisHilla.html">DennisHilla</a> http://campar.in.tum.de/view/DeepLearning2016/Registration?t=2016-04-13T08:57Z Registration Closed (last changed by DennisHilla) 2016-04-13T08:57Z DennisHilla 1.7 updated major http://campar.in.tum.de/rdiff/DeepLearning2016/Registration http://campar.in.tum.de/rdiff/DeepLearning2016/Registration KnowledgeLevelInquiry [v1.3], by <a class="twikiLink" href="../../Main/DennisHilla.html">DennisHilla</a> http://campar.in.tum.de/view/DeepLearning2016/KnowledgeLevelInquiry?t=2016-04-13T08:57Z Knowledge Level Inquiry Closed (last changed by DennisHilla) 2016-04-13T08:57Z DennisHilla 1.3 updated major http://campar.in.tum.de/rdiff/DeepLearning2016/KnowledgeLevelInquiry http://campar.in.tum.de/rdiff/DeepLearning2016/KnowledgeLevelInquiry HWSWInquiry [v1.3], by <a class="twikiLink" href="../../Main/DennisHilla.html">DennisHilla</a> http://campar.in.tum.de/view/DeepLearning2016/HWSWInquiry?t=2016-04-13T08:57Z HW SW Inquiry Closed (last changed by DennisHilla) 2016-04-13T08:57Z DennisHilla 1.3 updated major http://campar.in.tum.de/rdiff/DeepLearning2016/HWSWInquiry http://campar.in.tum.de/rdiff/DeepLearning2016/HWSWInquiry TopicsInMoreDetail [v1.7], by <a class="twikiLink" href="../../Main/AhmadAhmadi.html">AhmadAhmadi</a> http://campar.in.tum.de/view/DeepLearning2016/TopicsInMoreDetail?t=2016-03-27T04:25Z Topics in more detail TABLE{headerbg "#384E91" databg "#C7E1F3 , #50A5D3"} DAY ONE Fundamentals of Deep Learning We will introduce the workshop with an overview of ... (last changed by AhmadAhmadi) 2016-03-27T04:25Z AhmadAhmadi 1.7 updated major http://campar.in.tum.de/rdiff/DeepLearning2016/TopicsInMoreDetail http://campar.in.tum.de/rdiff/DeepLearning2016/TopicsInMoreDetail Program [v1.9], by <a class="twikiLink" href="../../Main/ShadiAlbarqouni.html">ShadiAlbarqouni</a> http://campar.in.tum.de/view/DeepLearning2016/Program?t=2016-03-18T16:18Z Program TABLE{headerbg "#384E91" databg "#C7E1F3 , #50A5D3" tableborder "0" cellpadding "3" cellspacing "2"} Time Tuesday 5 April Wednesday 6 April Thursday 7 ... (last changed by ShadiAlbarqouni) 2016-03-18T16:18Z ShadiAlbarqouni 1.9 updated major http://campar.in.tum.de/rdiff/DeepLearning2016/Program http://campar.in.tum.de/rdiff/DeepLearning2016/Program Contact [v1.8], by <a class="twikiLink" href="../../Main/MilenaIlic.html">MilenaIlic</a> http://campar.in.tum.de/view/DeepLearning2016/Contact?t=2016-03-14T15:24Z Contact TABLE{headerbg "#384E91"} Organizers Cell number Email Milena Ilic 49 151 54259378 ilic@in.tum.de CAMP chair secretary Martina Hilla 49 170 7907796 hilla ... (last changed by MilenaIlic) 2016-03-14T15:24Z MilenaIlic 1.8 updated major http://campar.in.tum.de/rdiff/DeepLearning2016/Contact http://campar.in.tum.de/rdiff/DeepLearning2016/Contact VanueDate [v1.5], by <a class="twikiLink" href="../../Main/MilenaIlic.html">MilenaIlic</a> http://campar.in.tum.de/view/DeepLearning2016/VanueDate?t=2016-03-14T12:11Z Venue Date The event will take place on Tuesday, April 5th, until Thursday, April 7th, 2016 , at TUM, Garching. For more information please check the PDF version ... (last changed by MilenaIlic) 2016-03-14T12:11Z MilenaIlic 1.5 updated major http://campar.in.tum.de/rdiff/DeepLearning2016/VanueDate http://campar.in.tum.de/rdiff/DeepLearning2016/VanueDate WebLeftBar [v1.38], by <a class="twikiLink" href="../../Main/MilenaIlic.html">MilenaIlic</a> http://campar.in.tum.de/view/DeepLearning2016/WebLeftBar?t=2016-03-14T12:05Z Home Venue Date Topics in more detail Program Slides HW SW Inquiry Knowledge Level Inquiry Registration Contact (last changed by MilenaIlic) 2016-03-14T12:05Z MilenaIlic 1.38 updated major http://campar.in.tum.de/rdiff/DeepLearning2016/WebLeftBar http://campar.in.tum.de/rdiff/DeepLearning2016/WebLeftBar WebHome [v1.108], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/DeepLearning2016/WebHome?t=2016-02-04T16:44Z Methods, Applications and Hands-on Experience Venue Date (last changed by StefanieDemirci) 2016-02-04T16:44Z StefanieDemirci 1.108 updated major http://campar.in.tum.de/rdiff/DeepLearning2016/WebHome http://campar.in.tum.de/rdiff/DeepLearning2016/WebHome WebTopBar [v1.29], by <a class="twikiLink" href="../../Main/MilenaIlic.html">MilenaIlic</a> http://campar.in.tum.de/view/DeepLearning2016/WebTopBar?t=2016-02-02T09:44Z (last changed by MilenaIlic) 2016-02-02T09:44Z MilenaIlic 1.29 updated major http://campar.in.tum.de/rdiff/DeepLearning2016/WebTopBar http://campar.in.tum.de/rdiff/DeepLearning2016/WebTopBar Slides [v1.2], by <a class="twikiLink" href="../../Main/MilenaIlic.html">MilenaIlic</a> http://campar.in.tum.de/view/DeepLearning2016/Slides?t=2016-01-21T10:13Z Slides Under construction (last changed by MilenaIlic) 2016-01-21T10:13Z MilenaIlic 1.2 updated major http://campar.in.tum.de/rdiff/DeepLearning2016/Slides http://campar.in.tum.de/rdiff/DeepLearning2016/Slides Times [v1.1], by <a class="twikiLink" href="../../Main/MilenaIlic.html">MilenaIlic</a> http://campar.in.tum.de/view/DeepLearning2016/Times?t=2016-01-14T10:12Z Here comes the Timetables (last changed by MilenaIlic) 2016-01-14T10:12Z MilenaIlic 1.1 updated major http://campar.in.tum.de/rdiff/DeepLearning2016/Times http://campar.in.tum.de/rdiff/DeepLearning2016/Times WebPreferences [v1.15], by <a class="twikiLink" href="../../Main/DennisHilla.html">DennisHilla</a> http://campar.in.tum.de/view/DeepLearning2016/WebPreferences?t=2016-01-14T09:36Z DeepLearning2016 Web Preferences The following settings are web preferences of the DeepLearning2016 web. These preferences overwrite the site-level preferences in ... (last changed by DennisHilla) 2016-01-14T09:36Z DennisHilla 1.15 updated major http://campar.in.tum.de/rdiff/DeepLearning2016/WebPreferences http://campar.in.tum.de/rdiff/DeepLearning2016/WebPreferences WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/DeepLearning2016/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/DeepLearning2016/WebBottomBar http://campar.in.tum.de/rdiff/DeepLearning2016/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/DeepLearning2016/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this DeepLearning2016 web. This is a convenient service, so you do not ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/DeepLearning2016/WebNotify http://campar.in.tum.de/rdiff/DeepLearning2016/WebNotify WebStatistics [v1.368], by Main.guest http://campar.in.tum.de/view/DeepLearning2017/WebStatistics?t=2021-09-17T04:47Z Statistics for DeepLearning2017 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 ... (last changed by guest) 2021-09-17T04:47Z guest 1.368 updated major http://campar.in.tum.de/rdiff/DeepLearning2017/WebStatistics http://campar.in.tum.de/rdiff/DeepLearning2017/WebStatistics Contact [v1.11], by <a class="twikiLink" href="../../Main/ArianneTran.html">ArianneTran</a> http://campar.in.tum.de/view/DeepLearning2017/Contact?t=2018-02-16T22:10Z Main Contact Arianne Tran Boltzmannstr. 385748 GarchingTel. 49 8928919412arianne.tran@tum.de CAMP Secretary: Martina Hilla Boltzmannstr. 385748 GarchingTel. 49 (89 ... (last changed by ArianneTran) 2018-02-16T22:10Z ArianneTran 1.11 updated major http://campar.in.tum.de/rdiff/DeepLearning2017/Contact http://campar.in.tum.de/rdiff/DeepLearning2017/Contact Attend [v1.11], by <a class="twikiLink" href="../../Main/ChristianRupprecht.html">ChristianRupprecht</a> http://campar.in.tum.de/view/DeepLearning2017/Attend?t=2017-04-06T06:44Z Attend The three day workshop takes place at the Institut für Informatik at Technische Universität München (Boltzmannstr. 3, 85748 Garching b. München). We offer ... (last changed by ChristianRupprecht) 2017-04-06T06:44Z ChristianRupprecht 1.11 updated major http://campar.in.tum.de/rdiff/DeepLearning2017/Attend http://campar.in.tum.de/rdiff/DeepLearning2017/Attend Speakers [v1.15], by <a class="twikiLink" href="../../Main/AhmadAhmadi.html">AhmadAhmadi</a> http://campar.in.tum.de/view/DeepLearning2017/Speakers?t=2017-03-31T12:36Z Speakers Prof. Dr. Nassir Navab Chair for Computer Aided Medical Procedures and Augmented Reality, Fakultät für Informatik, Technische Universität München Dr. Federico ... (last changed by AhmadAhmadi) 2017-03-31T12:36Z AhmadAhmadi 1.15 updated major http://campar.in.tum.de/rdiff/DeepLearning2017/Speakers http://campar.in.tum.de/rdiff/DeepLearning2017/Speakers Program [v1.11], by <a class="twikiLink" href="../../Main/ChristianRupprecht.html">ChristianRupprecht</a> http://campar.in.tum.de/view/DeepLearning2017/Program?t=2017-02-27T13:46Z Program April 3rdDay 1 / Foundations of Deep Learning 9.00 9.15 Prof. Dr. Nassir Navab Chair for Computer Aided Medical Procedures and Augmented Reality, Fakult ... (last changed by ChristianRupprecht) 2017-02-27T13:46Z ChristianRupprecht 1.11 updated major http://campar.in.tum.de/rdiff/DeepLearning2017/Program http://campar.in.tum.de/rdiff/DeepLearning2017/Program WebHome [v1.140], by <a class="twikiLink" href="../../Main/FedericoTombari.html">FedericoTombari</a> http://campar.in.tum.de/view/DeepLearning2017/WebHome?t=2017-02-15T16:36Z Deep Learning for Industry is an event aimed at providing participants with the theoretical foundations and the practical tools necessary to understand and develop ... (last changed by FedericoTombari) 2017-02-15T16:36Z FedericoTombari 1.140 updated major http://campar.in.tum.de/rdiff/DeepLearning2017/WebHome http://campar.in.tum.de/rdiff/DeepLearning2017/WebHome WebLeftBar [v1.41], by <a class="twikiLink" href="../../Main/FedericoTombari.html">FedericoTombari</a> http://campar.in.tum.de/view/DeepLearning2017/WebLeftBar?t=2017-02-11T10:51Z Home Speakers Program Attend Contact (last changed by FedericoTombari) 2017-02-11T10:51Z FedericoTombari 1.41 updated major http://campar.in.tum.de/rdiff/DeepLearning2017/WebLeftBar http://campar.in.tum.de/rdiff/DeepLearning2017/WebLeftBar AimAndFormat [v1.1], by <a class="twikiLink" href="../../Main/ChristianRupprecht.html">ChristianRupprecht</a> http://campar.in.tum.de/view/DeepLearning2017/AimAndFormat?t=2017-02-11T10:02Z Aim and Format The Deep Learning Workshop is an event aimed at providing participants with the theoretical foundations and the practical tools necessary to understand ... (last changed by ChristianRupprecht) 2017-02-11T10:02Z ChristianRupprecht 1.1 updated major http://campar.in.tum.de/rdiff/DeepLearning2017/AimAndFormat http://campar.in.tum.de/rdiff/DeepLearning2017/AimAndFormat WebTopBar [v1.32], by <a class="twikiLink" href="../../Main/ChristianRupprecht.html">ChristianRupprecht</a> http://campar.in.tum.de/view/DeepLearning2017/WebTopBar?t=2017-01-31T15:07Z (last changed by ChristianRupprecht) 2017-01-31T15:07Z ChristianRupprecht 1.32 updated major http://campar.in.tum.de/rdiff/DeepLearning2017/WebTopBar http://campar.in.tum.de/rdiff/DeepLearning2017/WebTopBar WebPreferences [v1.17], by <a class="twikiLink" href="../../Main/ChristianRupprecht.html">ChristianRupprecht</a> http://campar.in.tum.de/view/DeepLearning2017/WebPreferences?t=2017-01-25T11:07Z DeepLearning2017 Web Preferences The following settings are web preferences of the DeepLearning2017 web. These preferences overwrite the site-level preferences in ... (last changed by ChristianRupprecht) 2017-01-25T11:07Z ChristianRupprecht 1.17 updated major http://campar.in.tum.de/rdiff/DeepLearning2017/WebPreferences http://campar.in.tum.de/rdiff/DeepLearning2017/WebPreferences WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/DeepLearning2017/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/DeepLearning2017/WebBottomBar http://campar.in.tum.de/rdiff/DeepLearning2017/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/DeepLearning2017/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this DeepLearning2017 web. This is a convenient service, so you do not ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/DeepLearning2017/WebNotify http://campar.in.tum.de/rdiff/DeepLearning2017/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/DeepLearning2017/WebRss?t=2004-08-16T03:27Z TWiki's DeepLearning2017 web SCRIPTURL /view SCRIPTSUFFIX /DeepLearning2017 The DeepLearning2017 web of TWiki. TWiki is a Web-Based Collaboration Platform for the ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/DeepLearning2017/WebRss http://campar.in.tum.de/rdiff/DeepLearning2017/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/DeepLearning2017/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/DeepLearning2017/WebSearchAdvanced http://campar.in.tum.de/rdiff/DeepLearning2017/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/DeepLearning2017/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/DeepLearning2017/WebIndex http://campar.in.tum.de/rdiff/DeepLearning2017/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/DeepLearning2017/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/DeepLearning2017/WebTopicList http://campar.in.tum.de/rdiff/DeepLearning2017/WebTopicList WebStatistics [v1.3073], by Main.guest http://campar.in.tum.de/view/DefRegTutorial/WebStatistics?t=2021-10-03T00:29Z Statistics for DefRegTutorial Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Oct 2021 25 ... (last changed by guest) 2021-10-03T00:29Z guest 1.3073 updated major http://campar.in.tum.de/rdiff/DefRegTutorial/WebStatistics http://campar.in.tum.de/rdiff/DefRegTutorial/WebStatistics WebHome [v1.214], by <a class="twikiLink" href="../../Main/BenGlocker.html">BenGlocker</a> http://campar.in.tum.de/view/DefRegTutorial/WebHome?t=2011-05-10T19:18Z document.title "Deformable Registration Tutorial at MICCAI 2010"; self.defaultStatus "Deformable Registration Tutorial at MICCAI 2010"; MICCAI 2010 Tutorial Intensity ... (last changed by BenGlocker) 2011-05-10T19:18Z BenGlocker 1.214 updated major http://campar.in.tum.de/rdiff/DefRegTutorial/WebHome http://campar.in.tum.de/rdiff/DefRegTutorial/WebHome WebLeftBar [v1.142], by <a class="twikiLink" href="../../Main/DarkoZikic.html">DarkoZikic</a> http://campar.in.tum.de/view/DefRegTutorial/WebLeftBar?t=2010-04-08T21:02Z MICCAI 2010 Beijing, China (last changed by DarkoZikic) 2010-04-08T21:02Z DarkoZikic 1.142 updated major http://campar.in.tum.de/rdiff/DefRegTutorial/WebLeftBar http://campar.in.tum.de/rdiff/DefRegTutorial/WebLeftBar WebTopBar [v1.44], by <a class="twikiLink" href="../../Main/DarkoZikic.html">DarkoZikic</a> http://campar.in.tum.de/view/DefRegTutorial/WebTopBar?t=2010-04-08T12:14Z (last changed by DarkoZikic) 2010-04-08T12:14Z DarkoZikic 1.44 updated major http://campar.in.tum.de/rdiff/DefRegTutorial/WebTopBar http://campar.in.tum.de/rdiff/DefRegTutorial/WebTopBar OrganizationPage [v1.1], by <a class="twikiLink" href="../../Main/DarkoZikic.html">DarkoZikic</a> http://campar.in.tum.de/view/DefRegTutorial/OrganizationPage?t=2010-03-18T14:45Z Organization Darko ZikicComputer Aided Medical Procedures (CAMP), TU München, Germany Ben GlockerComputer Aided Medical Procedures (CAMP), TU München, Germany Ali ... (last changed by DarkoZikic) 2010-03-18T14:45Z DarkoZikic 1.1 updated major http://campar.in.tum.de/rdiff/DefRegTutorial/OrganizationPage http://campar.in.tum.de/rdiff/DefRegTutorial/OrganizationPage SpeakersPage [v1.1], by <a class="twikiLink" href="../../Main/DarkoZikic.html">DarkoZikic</a> http://campar.in.tum.de/view/DefRegTutorial/SpeakersPage?t=2010-03-18T14:45Z Lecturers / Speakers Darko ZikicComputer Aided Medical Procedures (CAMP), TU München, Germany Ben GlockerComputer Aided Medical Procedures (CAMP), TU München, Germany ... (last changed by DarkoZikic) 2010-03-18T14:45Z DarkoZikic 1.1 updated major http://campar.in.tum.de/rdiff/DefRegTutorial/SpeakersPage http://campar.in.tum.de/rdiff/DefRegTutorial/SpeakersPage ProgramPage [v1.1], by <a class="twikiLink" href="../../Main/DarkoZikic.html">DarkoZikic</a> http://campar.in.tum.de/view/DefRegTutorial/ProgramPage?t=2010-03-18T14:45Z Program The goal of this tutorial is to give an overview of different intensity-based methods for deformable registration of medical images, as well as to present ... (last changed by DarkoZikic) 2010-03-18T14:45Z DarkoZikic 1.1 updated major http://campar.in.tum.de/rdiff/DefRegTutorial/ProgramPage http://campar.in.tum.de/rdiff/DefRegTutorial/ProgramPage WebPreferences [v1.29], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/DefRegTutorial/WebPreferences?t=2010-03-12T14:27Z TWiki.DefRegTutorial Web Preferences The following settings are web preferences of the TWiki.DefRegTutorial web. These preferences overwrite the site-level preferences ... (last changed by MartinHorn) 2010-03-12T14:27Z MartinHorn 1.29 updated major http://campar.in.tum.de/rdiff/DefRegTutorial/WebPreferences http://campar.in.tum.de/rdiff/DefRegTutorial/WebPreferences WebBottomBar [v1.12], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/DefRegTutorial/WebBottomBar?t=2007-03-13T14:03Z var jetzt new Date(); document.write(' 2003-'+(jetzt.getFullYear()).toString(10)+', '); Lehrstuhl für Computer Aided Medical Procedures Augmented Reality (last changed by MartinBauer) 2007-03-13T14:03Z MartinBauer 1.12 updated major http://campar.in.tum.de/rdiff/DefRegTutorial/WebBottomBar http://campar.in.tum.de/rdiff/DefRegTutorial/WebBottomBar WebRss [v1.2], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/DefRegTutorial/WebRss?t=2005-01-28T20:51Z wwwnavab DefRegTutorial web SCRIPTURL /view SCRIPTSUFFIX /DefRegTutorial The Website of the Chair for Computer Aided Medical Procedure, Technische Universität München ... (last changed by MartinBauer) 2005-01-28T20:51Z MartinBauer 1.2 updated major http://campar.in.tum.de/rdiff/DefRegTutorial/WebRss http://campar.in.tum.de/rdiff/DefRegTutorial/WebRss WebNotify [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/DefRegTutorial/WebNotify?t=2003-01-25T10:06Z This is a subscription service to be automatically notified by e-mail when topics change in this DefRegTutorial web. This is a convenient service, so you do not have ... (last changed by PeterThoeny) 2003-01-25T10:06Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/DefRegTutorial/WebNotify http://campar.in.tum.de/rdiff/DefRegTutorial/WebNotify WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/DefRegTutorial/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/DefRegTutorial/WebIndex http://campar.in.tum.de/rdiff/DefRegTutorial/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/DefRegTutorial/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/DefRegTutorial/WebTopicList http://campar.in.tum.de/rdiff/DefRegTutorial/WebTopicList WebChanges [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/DefRegTutorial/WebChanges?t=2001-08-16T19:58Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by PeterThoeny) 2001-08-16T19:58Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/DefRegTutorial/WebChanges http://campar.in.tum.de/rdiff/DefRegTutorial/WebChanges WebSearch [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/DefRegTutorial/WebSearch?t=2001-08-08T05:26Z INCLUDE{" TWIKIWEB .WebSearch"} (last changed by PeterThoeny) 2001-08-08T05:26Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/DefRegTutorial/WebSearch http://campar.in.tum.de/rdiff/DefRegTutorial/WebSearch WebStatistics [v1.3151], by Main.guest http://campar.in.tum.de/view/DisCent/WebStatistics?t=2021-09-17T04:51Z Statistics for DisCent Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 56 0 0 10 ... (last changed by guest) 2021-09-17T04:51Z guest 1.3151 updated major http://campar.in.tum.de/rdiff/DisCent/WebStatistics http://campar.in.tum.de/rdiff/DisCent/WebStatistics WebTopBar [v1.38], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/DisCent/WebTopBar?t=2011-09-06T15:49Z http://campar.in.tum.de/twiki/pub/DisCent/WebTopBar/dccamphomepage.png (last changed by MartinHorn) 2011-09-06T15:49Z MartinHorn 1.38 updated major http://campar.in.tum.de/rdiff/DisCent/WebTopBar http://campar.in.tum.de/rdiff/DisCent/WebTopBar WebHome [v1.194], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/DisCent/WebHome?t=2011-09-06T15:48Z (last changed by MartinHorn) 2011-09-06T15:48Z MartinHorn 1.194 updated major http://campar.in.tum.de/rdiff/DisCent/WebHome http://campar.in.tum.de/rdiff/DisCent/WebHome WebLeftBar [v1.146], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/DisCent/WebLeftBar?t=2011-09-06T15:27Z Home (last changed by MartinHorn) 2011-09-06T15:27Z MartinHorn 1.146 updated major http://campar.in.tum.de/rdiff/DisCent/WebLeftBar http://campar.in.tum.de/rdiff/DisCent/WebLeftBar WebPreferences [v1.29], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/DisCent/WebPreferences?t=2011-09-06T14:56Z TWiki.DisCent Web Preferences The following settings are web preferences of the TWiki.DisCent web. These preferences overwrite the site-level preferences in TWIKIWEB ... (last changed by MartinHorn) 2011-09-06T14:56Z MartinHorn 1.29 updated major http://campar.in.tum.de/rdiff/DisCent/WebPreferences http://campar.in.tum.de/rdiff/DisCent/WebPreferences WebBottomBar [v1.12], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/DisCent/WebBottomBar?t=2007-03-13T14:03Z var jetzt new Date(); document.write(' 2003-'+(jetzt.getFullYear()).toString(10)+', '); Lehrstuhl für Computer Aided Medical Procedures Augmented Reality (last changed by MartinBauer) 2007-03-13T14:03Z MartinBauer 1.12 updated major http://campar.in.tum.de/rdiff/DisCent/WebBottomBar http://campar.in.tum.de/rdiff/DisCent/WebBottomBar WebRss [v1.2], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/DisCent/WebRss?t=2005-01-28T20:51Z wwwnavab DisCent web SCRIPTURL /view SCRIPTSUFFIX /DisCent The Website of the Chair for Computer Aided Medical Procedure, Technische Universität München, Institut ... (last changed by MartinBauer) 2005-01-28T20:51Z MartinBauer 1.2 updated major http://campar.in.tum.de/rdiff/DisCent/WebRss http://campar.in.tum.de/rdiff/DisCent/WebRss WebNotify [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/DisCent/WebNotify?t=2003-01-25T10:06Z This is a subscription service to be automatically notified by e-mail when topics change in this DisCent web. This is a convenient service, so you do not have to come ... (last changed by PeterThoeny) 2003-01-25T10:06Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/DisCent/WebNotify http://campar.in.tum.de/rdiff/DisCent/WebNotify WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/DisCent/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/DisCent/WebIndex http://campar.in.tum.de/rdiff/DisCent/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/DisCent/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/DisCent/WebTopicList http://campar.in.tum.de/rdiff/DisCent/WebTopicList WebChanges [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/DisCent/WebChanges?t=2001-08-16T19:58Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by PeterThoeny) 2001-08-16T19:58Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/DisCent/WebChanges http://campar.in.tum.de/rdiff/DisCent/WebChanges WebSearch [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/DisCent/WebSearch?t=2001-08-08T05:26Z INCLUDE{" TWIKIWEB .WebSearch"} (last changed by PeterThoeny) 2001-08-08T05:26Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/DisCent/WebSearch http://campar.in.tum.de/rdiff/DisCent/WebSearch WebStatistics [v1.384], by Main.guest http://campar.in.tum.de/view/DiscussIt/WebStatistics?t=2021-09-25T21:19Z Statistics for DiscussIt Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 89 0 0 ... (last changed by guest) 2021-09-25T21:19Z guest 1.384 updated major http://campar.in.tum.de/rdiff/DiscussIt/WebStatistics http://campar.in.tum.de/rdiff/DiscussIt/WebStatistics WebHome [v1.51], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/DiscussIt/WebHome?t=2011-09-07T10:42Z Discussion Center for Sponsors (last changed by MartinHorn) 2011-09-07T10:42Z MartinHorn 1.51 updated major http://campar.in.tum.de/rdiff/DiscussIt/WebHome http://campar.in.tum.de/rdiff/DiscussIt/WebHome WebLeftBar [v1.17], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/DiscussIt/WebLeftBar?t=2011-09-06T15:53Z Home (last changed by MartinHorn) 2011-09-06T15:53Z MartinHorn 1.17 updated major http://campar.in.tum.de/rdiff/DiscussIt/WebLeftBar http://campar.in.tum.de/rdiff/DiscussIt/WebLeftBar WebTopBar [v1.8], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/DiscussIt/WebTopBar?t=2011-09-06T15:53Z (last changed by MartinHorn) 2011-09-06T15:53Z MartinHorn 1.8 updated major http://campar.in.tum.de/rdiff/DiscussIt/WebTopBar http://campar.in.tum.de/rdiff/DiscussIt/WebTopBar WebPreferences [v1.12], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/DiscussIt/WebPreferences?t=2010-11-19T16:38Z DiscussIt Web Preferences The following settings are web preferences of the DiscussIt web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by MartinHorn) 2010-11-19T16:38Z MartinHorn 1.12 updated major http://campar.in.tum.de/rdiff/DiscussIt/WebPreferences http://campar.in.tum.de/rdiff/DiscussIt/WebPreferences WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/DiscussIt/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/DiscussIt/WebBottomBar http://campar.in.tum.de/rdiff/DiscussIt/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/DiscussIt/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this DiscussIt web. This is a convenient service, so you do not have to ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/DiscussIt/WebNotify http://campar.in.tum.de/rdiff/DiscussIt/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/DiscussIt/WebRss?t=2004-08-16T03:27Z TWiki's DiscussIt web SCRIPTURL /view SCRIPTSUFFIX /DiscussIt The DiscussIt web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/DiscussIt/WebRss http://campar.in.tum.de/rdiff/DiscussIt/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/DiscussIt/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/DiscussIt/WebSearchAdvanced http://campar.in.tum.de/rdiff/DiscussIt/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/DiscussIt/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/DiscussIt/WebIndex http://campar.in.tum.de/rdiff/DiscussIt/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/DiscussIt/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/DiscussIt/WebTopicList http://campar.in.tum.de/rdiff/DiscussIt/WebTopicList WebChanges [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/DiscussIt/WebChanges?t=2001-08-16T19:58Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by PeterThoeny) 2001-08-16T19:58Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/DiscussIt/WebChanges http://campar.in.tum.de/rdiff/DiscussIt/WebChanges WebSearch [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/DiscussIt/WebSearch?t=2001-08-08T05:26Z INCLUDE{" TWIKIWEB .WebSearch"} (last changed by PeterThoeny) 2001-08-08T05:26Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/DiscussIt/WebSearch http://campar.in.tum.de/rdiff/DiscussIt/WebSearch WebStatistics [v1.2350], by Main.guest http://campar.in.tum.de/view/Events/WebStatistics?t=2021-09-17T04:53Z Statistics for Events Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 31622 0 0 ... (last changed by guest) 2021-09-17T04:53Z guest 1.2350 updated major http://campar.in.tum.de/rdiff/Events/WebStatistics http://campar.in.tum.de/rdiff/Events/WebStatistics NewsConfICCV2021 [v1.1], by <a class="twikiLink" href="../../Main/BenjaminBusam.html">BenjaminBusam</a> http://campar.in.tum.de/view/Events/NewsConfICCV2021?t=2021-08-03T11:39Z 3 papers accepted at ICCV 2021 We are happy to announce that 3 papers of our chair will be presented at the International Conference on Computer Vision (ICCV 2021 ... (last changed by BenjaminBusam) 2021-08-03T11:39Z BenjaminBusam 1.1 updated major http://campar.in.tum.de/rdiff/Events/NewsConfICCV2021 http://campar.in.tum.de/rdiff/Events/NewsConfICCV2021 NewsConfMICCAI2021 [v1.1], by <a class="twikiLink" href="../../Main/NikolasBrasch.html">NikolasBrasch</a> http://campar.in.tum.de/view/Events/NewsConfMICCAI2021?t=2021-07-12T14:48Z 13 papers accepted at MICCAI 2021 We are happy to announce that 13 papers of our chair will be presented at the 24rd International Conference on Medical Image Computing ... (last changed by NikolasBrasch) 2021-07-12T14:48Z NikolasBrasch 1.1 updated major http://campar.in.tum.de/rdiff/Events/NewsConfMICCAI2021 http://campar.in.tum.de/rdiff/Events/NewsConfMICCAI2021 CampPizzaJuly2021 [v1.10], by <a class="twikiLink" href="../../Main/NikolasBrasch.html">NikolasBrasch</a> http://campar.in.tum.de/view/Events/CampPizzaJuly2021?t=2021-07-02T12:46Z CAMP Pizza July Edition Date: Tuesday, July 6th, 2021 Time: 09:30 14:20 Meeting link: Detailed information included in invitation email. About The CAMPPizza in 2021 ... (last changed by NikolasBrasch) 2021-07-02T12:46Z NikolasBrasch 1.10 updated major http://campar.in.tum.de/rdiff/Events/CampPizzaJuly2021 http://campar.in.tum.de/rdiff/Events/CampPizzaJuly2021 ViceDirectors [v1.2], by <a class="twikiLink" href="../../Main/ThomasWendler.html">ThomasWendler</a> http://campar.in.tum.de/view/Events/ViceDirectors?t=2021-06-08T16:59Z Dr. Ulrich Eck and Dr. Thomas Wendler promoted to Vice-Directors of the Chair Following an internal restructuring and as acknowledgment for the hard work over the ... (last changed by ThomasWendler) 2021-06-08T16:59Z ThomasWendler 1.2 updated major http://campar.in.tum.de/rdiff/Events/ViceDirectors http://campar.in.tum.de/rdiff/Events/ViceDirectors CampPizzaApril2021 [v1.6], by <a class="twikiLink" href="../../Main/MahsaGhorbani.html">MahsaGhorbani</a> http://campar.in.tum.de/view/Events/CampPizzaApril2021?t=2021-04-06T08:47Z CAMP Pizza April Edition Date: Tuesday, April 6th, 2021 Time: 09:30 13:00 Virtual Meeting: via Zoom (login password on invitation flyer). Ogarnizers: Francesca De ... (last changed by MahsaGhorbani) 2021-04-06T08:47Z MahsaGhorbani 1.6 updated major http://campar.in.tum.de/rdiff/Events/CampPizzaApril2021 http://campar.in.tum.de/rdiff/Events/CampPizzaApril2021 UEAwards2021 [v1.10], by <a class="twikiLink" href="../../Main/AshkanKhakzar.html">AshkanKhakzar</a> http://campar.in.tum.de/view/Events/UEAwards2021?t=2021-01-27T20:20Z CAMP offers up to 5 International Undergraduate Excellence Awards in 2021 to the best international undergraduate applicants CAMP offers up to 5 International Undergraduate ... (last changed by AshkanKhakzar) 2021-01-27T20:20Z AshkanKhakzar 1.10 updated major http://campar.in.tum.de/rdiff/Events/UEAwards2021 http://campar.in.tum.de/rdiff/Events/UEAwards2021 CampNewYearsParty2021 [v1.2], by <a class="twikiLink" href="../../Main/MagdaPaschali.html">MagdaPaschali</a> http://campar.in.tum.de/view/Events/CampNewYearsParty2021?t=2021-01-14T12:09Z CAMP New Year's Party 2021 Date: Friday, January 15th, 2021 Time: 13:45 20:30 Virtual Meeting: via Zoom (Passcode: CAMP) About Happy 2021! To celebrate the arrival ... (last changed by MagdaPaschali) 2021-01-14T12:09Z MagdaPaschali 1.2 updated major http://campar.in.tum.de/rdiff/Events/CampNewYearsParty2021 http://campar.in.tum.de/rdiff/Events/CampNewYearsParty2021 NewsCOVIDSat1Special [v1.1], by <a class="twikiLink" href="../../Main/MagdaPaschali.html">MagdaPaschali</a> http://campar.in.tum.de/view/Events/NewsCOVIDSat1Special?t=2020-12-31T14:53Z SAT.1 Bayern feature on CAMP’s projects against COVID SAT.1 Bayern features a reportage on the efforts of the CAMP Chair in collaboration with the Radiology of Klinikum ... (last changed by MagdaPaschali) 2020-12-31T14:53Z MagdaPaschali 1.1 updated major http://campar.in.tum.de/rdiff/Events/NewsCOVIDSat1Special http://campar.in.tum.de/rdiff/Events/NewsCOVIDSat1Special FastRAISymposium [v1.2], by <a class="twikiLink" href="../../Main/MagdaPaschali.html">MagdaPaschali</a> http://campar.in.tum.de/view/Events/FastRAISymposium?t=2020-12-11T09:40Z EIT Health !FastRAi Symposium Date: Wednesday, December 9th, 2020 Time: 16:00 18:00 Watch here: https://www.youtube.com/watch?v 1KApGCxauK8 About We would like to ... (last changed by MagdaPaschali) 2020-12-11T09:40Z MagdaPaschali 1.2 updated major http://campar.in.tum.de/rdiff/Events/FastRAISymposium http://campar.in.tum.de/rdiff/Events/FastRAISymposium CampPizzaDec2020 [v1.5], by <a class="twikiLink" href="../../Main/NikolasBrasch.html">NikolasBrasch</a> http://campar.in.tum.de/view/Events/CampPizzaDec2020?t=2020-12-09T11:31Z CAMP Pizza December Edition Date: Wednesday, December 9th, 2020 Time: 10:00 15:00 Virtual Meeting: via Zoom (login password on invitation flyer). About The last ... (last changed by NikolasBrasch) 2020-12-09T11:31Z NikolasBrasch 1.5 updated major http://campar.in.tum.de/rdiff/Events/CampPizzaDec2020 http://campar.in.tum.de/rdiff/Events/CampPizzaDec2020 NewsConfACCV2020 [v1.3], by <a class="twikiLink" href="../../Main/BenjaminBusam.html">BenjaminBusam</a> http://campar.in.tum.de/view/Events/NewsConfACCV2020?t=2020-12-03T13:08Z 2 papers accepted at ACCV 2020 We are happy to announce that 2 papers from our group were accepted and will be presented at the 2020 Asian Conference on Computer ... (last changed by BenjaminBusam) 2020-12-03T13:08Z BenjaminBusam 1.3 updated major http://campar.in.tum.de/rdiff/Events/NewsConfACCV2020 http://campar.in.tum.de/rdiff/Events/NewsConfACCV2020 NewsConf3DV2020 [v1.1], by <a class="twikiLink" href="../../Main/MahdiSaleh.html">MahdiSaleh</a> http://campar.in.tum.de/view/Events/NewsConf3DV2020?t=2020-11-19T13:22Z 2 papers accepted at 3DV 2020 We are happy to announce that 2 papers from our group were accepted and will be presented at the International Conference on 3D Vision ... (last changed by MahdiSaleh) 2020-11-19T13:22Z MahdiSaleh 1.1 updated major http://campar.in.tum.de/rdiff/Events/NewsConf3DV2020 http://campar.in.tum.de/rdiff/Events/NewsConf3DV2020 NewsTieJiang2020 [v1.1], by <a class="twikiLink" href="../../Main/ZhongliangJiang.html">ZhongliangJiang</a> http://campar.in.tum.de/view/Events/NewsTieJiang2020?t=2020-11-05T18:29Z Paper accepted for IEEE Transactions on Industrial Electronics (TIE) Our article on Automatic Force-Based Probe Positioning for Precise Robotic Ultrasound Acquisition ... (last changed by ZhongliangJiang) 2020-11-05T18:29Z ZhongliangJiang 1.1 updated major http://campar.in.tum.de/rdiff/Events/NewsTieJiang2020 http://campar.in.tum.de/rdiff/Events/NewsTieJiang2020 PhDDefenseAmal [v1.2], by <a class="twikiLink" href="../../Main/AmalLahiani.html">AmalLahiani</a> http://campar.in.tum.de/view/Events/PhDDefenseAmal?t=2020-11-04T13:34Z PhD Defense by Amal Lahiani BR Speaker: Amal Lahiani Date: Thursday, October 22, 2020 Update: We want to congratulate Amal to the very successful defense of her PhD ... (last changed by AmalLahiani) 2020-11-04T13:34Z AmalLahiani 1.2 updated major http://campar.in.tum.de/rdiff/Events/PhDDefenseAmal http://campar.in.tum.de/rdiff/Events/PhDDefenseAmal NewsConfISMAR2020 [v1.3], by <a class="twikiLink" href="../../Main/DanielRoth.html">DanielRoth</a> http://campar.in.tum.de/view/Events/NewsConfISMAR2020?t=2020-10-23T07:11Z 3 papers accepted at ISMAR 2020 We are happy to announce that several papers of our chair will be presented at the IEEE International Symposium on Mixed and Augmented ... (last changed by DanielRoth) 2020-10-23T07:11Z DanielRoth 1.3 updated major http://campar.in.tum.de/rdiff/Events/NewsConfISMAR2020 http://campar.in.tum.de/rdiff/Events/NewsConfISMAR2020 WebStatistics [v1.1447], by Main.guest http://campar.in.tum.de/view/External/WebStatistics?t=2021-10-20T12:37Z Statistics for External Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Oct 2021 181 0 0 ... (last changed by guest) 2021-10-20T12:37Z guest 1.1447 updated major http://campar.in.tum.de/rdiff/External/WebStatistics http://campar.in.tum.de/rdiff/External/WebStatistics FerienAkademie2007 [v1.20], by <a class="twikiLink" href="../../Main/FerienAkademie.html">FerienAkademie</a> http://campar.in.tum.de/view/External/FerienAkademie2007?t=2007-08-24T08:31Z No permission to read topic External.FerienAkademie2007 perhaps you need to log in? (last changed by FerienAkademie) 2007-08-24T08:31Z FerienAkademie 1.20 updated major http://campar.in.tum.de/rdiff/External/FerienAkademie2007 http://campar.in.tum.de/rdiff/External/FerienAkademie2007 RoboCast [v1.8], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/External/RoboCast?t=2007-04-21T17:09Z No permission to read topic External.RoboCast perhaps you need to log in? (last changed by TobiasSielhorst) 2007-04-21T17:09Z TobiasSielhorst 1.8 updated major http://campar.in.tum.de/rdiff/External/RoboCast http://campar.in.tum.de/rdiff/External/RoboCast WebPreferences [v1.12], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/External/WebPreferences?t=2007-04-17T09:16Z External Web Preferences The following settings are web preferences of the External web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by MartinBauer) 2007-04-17T09:16Z MartinBauer 1.12 updated major http://campar.in.tum.de/rdiff/External/WebPreferences http://campar.in.tum.de/rdiff/External/WebPreferences ReviewSandor [v1.25], by <a class="twikiLink" href="../../Main/ChristianSandor.html">ChristianSandor</a> http://campar.in.tum.de/view/External/ReviewSandor?t=2005-07-01T10:52Z No permission to read topic External.ReviewSandor perhaps you need to log in? (last changed by ChristianSandor) 2005-07-01T10:52Z ChristianSandor 1.25 updated major http://campar.in.tum.de/rdiff/External/ReviewSandor http://campar.in.tum.de/rdiff/External/ReviewSandor ReviewSandorGeorgel [v1.2], by <a class="twikiLink" href="../../Main/PierreGeorgel.html">PierreGeorgel</a> http://campar.in.tum.de/view/External/ReviewSandorGeorgel?t=2005-06-22T12:59Z Individual Feedback If you could add one more thing to this thesis, what would that be? Why? If you had to remove something, what would that be? Why? Which part of ... (last changed by PierreGeorgel) 2005-06-22T12:59Z PierreGeorgel 1.2 updated major http://campar.in.tum.de/rdiff/External/ReviewSandorGeorgel http://campar.in.tum.de/rdiff/External/ReviewSandorGeorgel ReviewSandorHilliges [v1.1], by <a class="twikiLink" href="../../Main/ChristianSandor.html">ChristianSandor</a> http://campar.in.tum.de/view/External/ReviewSandorHilliges?t=2005-06-16T09:27Z Individual Feedback If you could add one more thing to this thesis, what would that be? Why? If you had to remove something, what would that be? Why? Which part of ... (last changed by ChristianSandor) 2005-06-16T09:27Z ChristianSandor 1.1 updated major http://campar.in.tum.de/rdiff/External/ReviewSandorHilliges http://campar.in.tum.de/rdiff/External/ReviewSandorHilliges ReviewSandorReicher [v1.1], by <a class="twikiLink" href="../../Main/ChristianSandor.html">ChristianSandor</a> http://campar.in.tum.de/view/External/ReviewSandorReicher?t=2005-06-16T09:25Z Individual Feedback If you could add one more thing to this thesis, what would that be? Why? If you had to remove something, what would that be? Why? Which part of ... (last changed by ChristianSandor) 2005-06-16T09:25Z ChristianSandor 1.1 updated major http://campar.in.tum.de/rdiff/External/ReviewSandorReicher http://campar.in.tum.de/rdiff/External/ReviewSandorReicher ReviewSandorBauer [v1.1], by <a class="twikiLink" href="../../Main/ChristianSandor.html">ChristianSandor</a> http://campar.in.tum.de/view/External/ReviewSandorBauer?t=2005-06-16T09:25Z Individual Feedback If you could add one more thing to this thesis, what would that be? Why? If you had to remove something, what would that be? Why? Which part of ... (last changed by ChristianSandor) 2005-06-16T09:25Z ChristianSandor 1.1 updated major http://campar.in.tum.de/rdiff/External/ReviewSandorBauer http://campar.in.tum.de/rdiff/External/ReviewSandorBauer ReviewSandorMacwilliams [v1.1], by <a class="twikiLink" href="../../Main/ChristianSandor.html">ChristianSandor</a> http://campar.in.tum.de/view/External/ReviewSandorMacwilliams?t=2005-06-16T09:25Z Individual Feedback If you could add one more thing to this thesis, what would that be? Why? If you had to remove something, what would that be? Why? Which part of ... (last changed by ChristianSandor) 2005-06-16T09:25Z ChristianSandor 1.1 updated major http://campar.in.tum.de/rdiff/External/ReviewSandorMacwilliams http://campar.in.tum.de/rdiff/External/ReviewSandorMacwilliams ReviewSandorFeiner [v1.1], by <a class="twikiLink" href="../../Main/ChristianSandor.html">ChristianSandor</a> http://campar.in.tum.de/view/External/ReviewSandorFeiner?t=2005-06-16T09:24Z Individual Feedback If you could add one more thing to this thesis, what would that be? Why? If you had to remove something, what would that be? Why? Which part of ... (last changed by ChristianSandor) 2005-06-16T09:24Z ChristianSandor 1.1 updated major http://campar.in.tum.de/rdiff/External/ReviewSandorFeiner http://campar.in.tum.de/rdiff/External/ReviewSandorFeiner ReviewSandorWagner [v1.1], by <a class="twikiLink" href="../../Main/ChristianSandor.html">ChristianSandor</a> http://campar.in.tum.de/view/External/ReviewSandorWagner?t=2005-06-16T09:24Z Individual Feedback If you could add one more thing to this thesis, what would that be? Why? If you had to remove something, what would that be? Why? Which part of ... (last changed by ChristianSandor) 2005-06-16T09:24Z ChristianSandor 1.1 updated major http://campar.in.tum.de/rdiff/External/ReviewSandorWagner http://campar.in.tum.de/rdiff/External/ReviewSandorWagner ReviewSandorKlinker [v1.1], by <a class="twikiLink" href="../../Main/ChristianSandor.html">ChristianSandor</a> http://campar.in.tum.de/view/External/ReviewSandorKlinker?t=2005-06-16T09:24Z Individual Feedback If you could add one more thing to this thesis, what would that be? Why? If you had to remove something, what would that be? Why? Which part of ... (last changed by ChristianSandor) 2005-06-16T09:24Z ChristianSandor 1.1 updated major http://campar.in.tum.de/rdiff/External/ReviewSandorKlinker http://campar.in.tum.de/rdiff/External/ReviewSandorKlinker WebHome [v1.5], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/External/WebHome?t=2005-06-15T16:51Z External Resources Index (last changed by MartinBauer) 2005-06-15T16:51Z MartinBauer 1.5 updated major http://campar.in.tum.de/rdiff/External/WebHome http://campar.in.tum.de/rdiff/External/WebHome WebLeftBar [v1.2], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/External/WebLeftBar?t=2005-06-15T16:50Z INCLUDE{Main.WebLeftBar} (last changed by MartinBauer) 2005-06-15T16:50Z MartinBauer 1.2 updated major http://campar.in.tum.de/rdiff/External/WebLeftBar http://campar.in.tum.de/rdiff/External/WebLeftBar WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/External/WebBottomBar?t=2005-06-15T16:50Z INCLUDE{Main.WebBottomBar} (last changed by MartinBauer) 2005-06-15T16:50Z MartinBauer 1.1 updated major http://campar.in.tum.de/rdiff/External/WebBottomBar http://campar.in.tum.de/rdiff/External/WebBottomBar WebStatistics [v1.635], by Main.guest http://campar.in.tum.de/view/Far/WebStatistics?t=2021-09-27T16:39Z Statistics for Far Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 1349 0 0 188 ... (last changed by guest) 2021-09-27T16:39Z guest 1.635 updated major http://campar.in.tum.de/rdiff/Far/WebStatistics http://campar.in.tum.de/rdiff/Far/WebStatistics AugmentedRealityPraktikumSoSe2004 [v1.56], by <a class="twikiLink" href="../../Main/MarcusToennis.html">MarcusToennis</a> http://campar.in.tum.de/view/Far/AugmentedRealityPraktikumSoSe2004?t=2005-07-07T16:07Z Praktikum Augmented Reality Prof. Gudrun Klinker, Ph.D. Praktikum im Hauptstudium (Praktische Informatik) (Veranstaltungsinformationen in der Drehscheibe) Breaking ... (last changed by MarcusToennis) 2005-07-07T16:07Z MarcusToennis 1.56 updated major http://campar.in.tum.de/rdiff/Far/AugmentedRealityPraktikumSoSe2004 http://campar.in.tum.de/rdiff/Far/AugmentedRealityPraktikumSoSe2004 AugmentedRealityIntroductionWiSe2002 [v1.1], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Far/AugmentedRealityIntroductionWiSe2002?t=2005-06-23T12:13Z Vorlesung WS 02/03 Einf hrung in die Erweiterte Realit t(Introduction to Augmented Reality) Prof. Gudrun Klinker, Ph.D. Bereich Diplom-Studiengang: Haupstudium Bachelor ... (last changed by MartinBauer) 2005-06-23T12:13Z MartinBauer 1.1 updated major http://campar.in.tum.de/rdiff/Far/AugmentedRealityIntroductionWiSe2002 http://campar.in.tum.de/rdiff/Far/AugmentedRealityIntroductionWiSe2002 AugmentedRealityIntroductionSoSe2000 [v1.1], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Far/AugmentedRealityIntroductionSoSe2000?t=2005-06-23T11:56Z Einf hrung in die erweiterte Realit t Prof. Bernd Br gge, Ph.D. Prof. Gudrun Klinker, Ph. D. Bereich: Informatik I (2 Std) Zeit der Vorlesung: Freitag 11:00 13:00 ... (last changed by MartinBauer) 2005-06-23T11:56Z MartinBauer 1.1 updated major http://campar.in.tum.de/rdiff/Far/AugmentedRealityIntroductionSoSe2000 http://campar.in.tum.de/rdiff/Far/AugmentedRealityIntroductionSoSe2000 AugmentedRealityAndWearableComputingWiSe1998 [v1.1], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Far/AugmentedRealityAndWearableComputingWiSe1998?t=2005-06-23T11:52Z Proseminar f r Informatiker Augmented Reality and Wearable Computing WS 1998/1999 Univ.-Prof. Bernd Br gge, Ph.DGudrun Klinker, Ph.D. Proseminar: 2 hours class. Time ... (last changed by MartinBauer) 2005-06-23T11:52Z MartinBauer 1.1 updated major http://campar.in.tum.de/rdiff/Far/AugmentedRealityAndWearableComputingWiSe1998 http://campar.in.tum.de/rdiff/Far/AugmentedRealityAndWearableComputingWiSe1998 AugmentedRealityAnwendungenWiSe2000 [v1.1], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Far/AugmentedRealityAnwendungenWiSe2000?t=2005-06-23T11:34Z Proseminar Augmented Reality Prof. Gudrun Klinker, Ph. D. Bereich: Informatik Grundstudium (WP INF ab 2), Informatik Bachelor (WP BS-INF 2) Zeit der Vorlesung: Freitag ... (last changed by MartinBauer) 2005-06-23T11:34Z MartinBauer 1.1 updated major http://campar.in.tum.de/rdiff/Far/AugmentedRealityAnwendungenWiSe2000 http://campar.in.tum.de/rdiff/Far/AugmentedRealityAnwendungenWiSe2000 AugmentedRealityAnwendungenSoSe2001 [v1.1], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Far/AugmentedRealityAnwendungenSoSe2001?t=2005-06-23T11:33Z Proseminar Augmented Reality Prof. Gudrun Klinker, Ph. D. Bereich: Informatik Grundstudium (WP INF ab 2), Informatik Bachelor (WP BS-INF 2) Zeit der Veranstaltung ... (last changed by MartinBauer) 2005-06-23T11:33Z MartinBauer 1.1 updated major http://campar.in.tum.de/rdiff/Far/AugmentedRealityAnwendungenSoSe2001 http://campar.in.tum.de/rdiff/Far/AugmentedRealityAnwendungenSoSe2001 AugmentedRealityAnwendungenWiSe2001 [v1.1], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Far/AugmentedRealityAnwendungenWiSe2001?t=2005-06-23T11:31Z Proseminar Anwendungen f r Augmented Reality (Applications of Augmented Reality) Prof. Gudrun Klinker, Ph. D. Slides taken out, because some topics are reused in ... (last changed by MartinBauer) 2005-06-23T11:31Z MartinBauer 1.1 updated major http://campar.in.tum.de/rdiff/Far/AugmentedRealityAnwendungenWiSe2001 http://campar.in.tum.de/rdiff/Far/AugmentedRealityAnwendungenWiSe2001 AugmentedRealityAnwendungenSoSe2002 [v1.1], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Far/AugmentedRealityAnwendungenSoSe2002?t=2005-06-23T11:30Z Proseminar Anwendungen f r Augmented Reality (Applications of Augmented Reality) Prof. Gudrun Klinker, Ph.D. Bereich: Informatik Grundstudium (WP INF ab 2), Informatik ... (last changed by MartinBauer) 2005-06-23T11:30Z MartinBauer 1.1 updated major http://campar.in.tum.de/rdiff/Far/AugmentedRealityAnwendungenSoSe2002 http://campar.in.tum.de/rdiff/Far/AugmentedRealityAnwendungenSoSe2002 AugmentedRealityAnwendungenWiSe2002 [v1.1], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Far/AugmentedRealityAnwendungenWiSe2002?t=2005-06-23T11:29Z Proseminar WS 02/03 Anwendungen f r Augmented Reality(Applications of Augmented Reality) Prof. Gudrun Klinker, Ph.D. Bereich Informatik Grundstudium (WP INF ab 2 ... (last changed by MartinBauer) 2005-06-23T11:29Z MartinBauer 1.1 updated major http://campar.in.tum.de/rdiff/Far/AugmentedRealityAnwendungenWiSe2002 http://campar.in.tum.de/rdiff/Far/AugmentedRealityAnwendungenWiSe2002 AugmentedRealityAnwendungenSoSe2003 [v1.1], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Far/AugmentedRealityAnwendungenSoSe2003?t=2005-06-23T11:22Z Anwendungen f r Augmented Reality (Applications of Augmented Reality) Proseminar SS 03 Prof. Gudrun Klinker, Ph.D. Bereich Informatik Grundstudium (WP INF ab 2), ... (last changed by MartinBauer) 2005-06-23T11:22Z MartinBauer 1.1 updated major http://campar.in.tum.de/rdiff/Far/AugmentedRealityAnwendungenSoSe2003 http://campar.in.tum.de/rdiff/Far/AugmentedRealityAnwendungenSoSe2003 MachineLearningLiteratur [v1.13], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Far/MachineLearningLiteratur?t=2005-06-23T11:09Z Literatur Machine Learning TOC STARTINCLUDE Seminar Wintersemester 2004/05 Anmerkung: die Literatur in diesem Abschnitt dient nur als Ausgangspunkt, alle Vortragenden ... (last changed by MartinBauer) 2005-06-23T11:09Z MartinBauer 1.13 updated major http://campar.in.tum.de/rdiff/Far/MachineLearningLiteratur http://campar.in.tum.de/rdiff/Far/MachineLearningLiteratur AugmentedRealityPraktikumSoSe2004ProjektAutotuerCVS [v1.3], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Far/AugmentedRealityPraktikumSoSe2004ProjektAutotuerCVS?t=2005-06-23T11:07Z Tipps zur Benutzung des CVS Erste Schritte: Die Umgebungsvariable CVS RSH (CVS remote shell) muss mit ssh belegt sein: export CVS RSH "ssh" Check this out Die aktuelle ... (last changed by MartinBauer) 2005-06-23T11:07Z MartinBauer 1.3 updated major http://campar.in.tum.de/rdiff/Far/AugmentedRealityPraktikumSoSe2004ProjektAutotuerCVS http://campar.in.tum.de/rdiff/Far/AugmentedRealityPraktikumSoSe2004ProjektAutotuerCVS AugmentedRealityPraktikumSoSe2004Projekte [v1.23], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Far/AugmentedRealityPraktikumSoSe2004Projekte?t=2005-06-23T11:07Z Projektvorschläge zum Praktikum Augmented Reality Dies ist eine Liste möglicher Projekte für den letzten Teil des Augmented Reality Praktikums. Diese Liste ist immer ... (last changed by MartinBauer) 2005-06-23T11:07Z MartinBauer 1.23 updated major http://campar.in.tum.de/rdiff/Far/AugmentedRealityPraktikumSoSe2004Projekte http://campar.in.tum.de/rdiff/Far/AugmentedRealityPraktikumSoSe2004Projekte AugmentedRealityIISoSe2004 [v1.21], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Far/AugmentedRealityIISoSe2004?t=2005-06-23T11:06Z Erweiterte Realität RED II ENDCOLOR ( RED Advanced Topics in ENDCOLOR Augmented Reality) Prof. Gudrun Klinker, Ph.D. Content Augmented Reality (AR) allows users to ... (last changed by MartinBauer) 2005-06-23T11:06Z MartinBauer 1.21 updated major http://campar.in.tum.de/rdiff/Far/AugmentedRealityIISoSe2004 http://campar.in.tum.de/rdiff/Far/AugmentedRealityIISoSe2004 AugmentedRealityIntroductionWiSe2003 [v1.22], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Far/AugmentedRealityIntroductionWiSe2003?t=2005-06-23T11:06Z Einführung in die Erweiterte Realität (Introduction to Augmented Reality) Prof. Gudrun Klinker, Ph.D. Content Augmented Reality (AR) allows users to view computer ... (last changed by MartinBauer) 2005-06-23T11:06Z MartinBauer 1.22 updated major http://campar.in.tum.de/rdiff/Far/AugmentedRealityIntroductionWiSe2003 http://campar.in.tum.de/rdiff/Far/AugmentedRealityIntroductionWiSe2003 WebStatistics [v1.369], by Main.guest http://campar.in.tum.de/view/FourDMod/WebStatistics?t=2021-09-17T05:02Z Statistics for FourDMod Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 217 0 0 ... (last changed by guest) 2021-09-17T05:02Z guest 1.369 updated major http://campar.in.tum.de/rdiff/FourDMod/WebStatistics http://campar.in.tum.de/rdiff/FourDMod/WebStatistics WebHome [v1.72], by <a class="twikiLink" href="../../Main/SlobodanIlic.html">SlobodanIlic</a> http://campar.in.tum.de/view/FourDMod/WebHome?t=2013-09-02T14:20Z IMPORTANT INFORMATION THIS IS THE WEB SITE OF THE 1ST WORKSHOP HELD IN 2011. THE WEB SITE OF THE 2ND WORKSHOP TO BE HELD IN CONJUNCTION WITH ICCV 2013 CAN BE FOUND ... (last changed by SlobodanIlic) 2013-09-02T14:20Z SlobodanIlic 1.72 updated major http://campar.in.tum.de/rdiff/FourDMod/WebHome http://campar.in.tum.de/rdiff/FourDMod/WebHome WebLeftBar [v1.24], by <a class="twikiLink" href="../../Main/SlobodanIlic.html">SlobodanIlic</a> http://campar.in.tum.de/view/FourDMod/WebLeftBar?t=2013-07-03T12:22Z Home Organizers Contact Invited Speakers Program Committee Topics Important Dates Submission instructions SPONSORS (last changed by SlobodanIlic) 2013-07-03T12:22Z SlobodanIlic 1.24 updated major http://campar.in.tum.de/rdiff/FourDMod/WebLeftBar http://campar.in.tum.de/rdiff/FourDMod/WebLeftBar ImportantDates [v1.7], by <a class="twikiLink" href="../../Main/SlobodanIlic.html">SlobodanIlic</a> http://campar.in.tum.de/view/FourDMod/ImportantDates?t=2011-09-01T08:27Z Important Dates Submission deadline: July 12, 2011, 23:59h (GMT) Submission of the supplementary material: July 12, 2011, 23:59h (GMT) Notification of acceptance ... (last changed by SlobodanIlic) 2011-09-01T08:27Z SlobodanIlic 1.7 updated major http://campar.in.tum.de/rdiff/FourDMod/ImportantDates http://campar.in.tum.de/rdiff/FourDMod/ImportantDates InvitedSpeakers [v1.3], by <a class="twikiLink" href="../../Main/SlobodanIlic.html">SlobodanIlic</a> http://campar.in.tum.de/view/FourDMod/InvitedSpeakers?t=2011-06-23T15:31Z Invited Speakers Christian Theobalt, MPI Saarbrucken, Germany Michael Black, MPI Tuebingen, Germany (last changed by SlobodanIlic) 2011-06-23T15:31Z SlobodanIlic 1.3 updated major http://campar.in.tum.de/rdiff/FourDMod/InvitedSpeakers http://campar.in.tum.de/rdiff/FourDMod/InvitedSpeakers SubmissionInstructions [v1.4], by <a class="twikiLink" href="../../Main/SlobodanIlic.html">SlobodanIlic</a> http://campar.in.tum.de/view/FourDMod/SubmissionInstructions?t=2011-06-23T15:30Z Submission Instructions Papers must describe high-quality, original research in areas related to modeling and analysis of dynamic scenes and their applications. By ... (last changed by SlobodanIlic) 2011-06-23T15:30Z SlobodanIlic 1.4 updated major http://campar.in.tum.de/rdiff/FourDMod/SubmissionInstructions http://campar.in.tum.de/rdiff/FourDMod/SubmissionInstructions WebTopBar [v1.15], by <a class="twikiLink" href="../../Main/SlobodanIlic.html">SlobodanIlic</a> http://campar.in.tum.de/view/FourDMod/WebTopBar?t=2011-05-25T21:41Z .4DMODLogo { position: absolute; top: 5px; left: 50px; } .Banner {position: absolute; top: 0px; left: 170px; } .ICCV2011 { position: absolute; top: 15px; right: 60px ... (last changed by SlobodanIlic) 2011-05-25T21:41Z SlobodanIlic 1.15 updated major http://campar.in.tum.de/rdiff/FourDMod/WebTopBar http://campar.in.tum.de/rdiff/FourDMod/WebTopBar ProgramCommitee [v1.4], by <a class="twikiLink" href="../../Main/SlobodanIlic.html">SlobodanIlic</a> http://campar.in.tum.de/view/FourDMod/ProgramCommitee?t=2011-05-25T09:25Z Program Committee Adrian Bartoli, LASMEA Clermont-Ferrand, France Luca Ballan, ETHZ, Switzerland Peter Eisert, Heinrich-Hertz-Institute, Berlin, Germany Jean-Sebastien ... (last changed by SlobodanIlic) 2011-05-25T09:25Z SlobodanIlic 1.4 updated major http://campar.in.tum.de/rdiff/FourDMod/ProgramCommitee http://campar.in.tum.de/rdiff/FourDMod/ProgramCommitee Organizers [v1.2], by <a class="twikiLink" href="../../Main/SlobodanIlic.html">SlobodanIlic</a> http://campar.in.tum.de/view/FourDMod/Organizers?t=2011-05-25T09:06Z Organizers Slobodan Ilic (principal contact) Computer Science Department, Technical University Munich, Germany Edmond Boyer, Perception Team, INRIA Rhone-Alpes, France ... (last changed by SlobodanIlic) 2011-05-25T09:06Z SlobodanIlic 1.2 updated major http://campar.in.tum.de/rdiff/FourDMod/Organizers http://campar.in.tum.de/rdiff/FourDMod/Organizers ImportantDatestentative [v1.1], by <a class="twikiLink" href="../../Main/SlobodanIlic.html">SlobodanIlic</a> http://campar.in.tum.de/view/FourDMod/ImportantDatestentative?t=2011-03-21T20:51Z ImportantDatestentative Submission deadline: July 1, 2011 (after results of ICCV are announced) Notification of acceptance: August 1, 2011 Camera ready copy due: ... (last changed by SlobodanIlic) 2011-03-21T20:51Z SlobodanIlic 1.1 updated major http://campar.in.tum.de/rdiff/FourDMod/ImportantDatestentative http://campar.in.tum.de/rdiff/FourDMod/ImportantDatestentative Topics [v1.1], by <a class="twikiLink" href="../../Main/SlobodanIlic.html">SlobodanIlic</a> http://campar.in.tum.de/view/FourDMod/Topics?t=2011-03-21T20:49Z Topics 4D acquisition of real-world dynamic scenes Shape recovery of dynamic 3D scenes Temporally consistent tracking of deformable surfaces 4D Representation 4D ... (last changed by SlobodanIlic) 2011-03-21T20:49Z SlobodanIlic 1.1 updated major http://campar.in.tum.de/rdiff/FourDMod/Topics http://campar.in.tum.de/rdiff/FourDMod/Topics Contact [v1.1], by <a class="twikiLink" href="../../Main/SlobodanIlic.html">SlobodanIlic</a> http://campar.in.tum.de/view/FourDMod/Contact?t=2011-03-21T20:49Z Contact All questions to be addressed to: 4dmod@mailnavab.in.tum.de (last changed by SlobodanIlic) 2011-03-21T20:49Z SlobodanIlic 1.1 updated major http://campar.in.tum.de/rdiff/FourDMod/Contact http://campar.in.tum.de/rdiff/FourDMod/Contact WebPreferences [v1.12], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/FourDMod/WebPreferences?t=2010-11-19T16:39Z FourDMod Web Preferences The following settings are web preferences of the FourDMod web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by MartinHorn) 2010-11-19T16:39Z MartinHorn 1.12 updated major http://campar.in.tum.de/rdiff/FourDMod/WebPreferences http://campar.in.tum.de/rdiff/FourDMod/WebPreferences WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/FourDMod/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/FourDMod/WebBottomBar http://campar.in.tum.de/rdiff/FourDMod/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/FourDMod/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this FourDMod web. This is a convenient service, so you do not have to ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/FourDMod/WebNotify http://campar.in.tum.de/rdiff/FourDMod/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/FourDMod/WebRss?t=2004-08-16T03:27Z TWiki's FourDMod web SCRIPTURL /view SCRIPTSUFFIX /FourDMod The FourDMod web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/FourDMod/WebRss http://campar.in.tum.de/rdiff/FourDMod/WebRss WebStatistics [v1.392], by Main.guest http://campar.in.tum.de/view/FourDMod13/WebStatistics?t=2021-09-17T05:05Z Statistics for FourDMod13 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 95 0 ... (last changed by guest) 2021-09-17T05:05Z guest 1.392 updated major http://campar.in.tum.de/rdiff/FourDMod13/WebStatistics http://campar.in.tum.de/rdiff/FourDMod13/WebStatistics WebHome [v1.95], by <a class="twikiLink" href="../../Main/SlobodanIlic.html">SlobodanIlic</a> http://campar.in.tum.de/view/FourDMod13/WebHome?t=2013-12-13T08:31Z 4DMOD is the workshop on the modeling of dynamic scenes. Modeling shapes that evolve over time, analyzing and interpreting their motion is a subject of increasing ... (last changed by SlobodanIlic) 2013-12-13T08:31Z SlobodanIlic 1.95 updated major http://campar.in.tum.de/rdiff/FourDMod13/WebHome http://campar.in.tum.de/rdiff/FourDMod13/WebHome ProgramCommittee [v1.5], by <a class="twikiLink" href="../../Main/SlobodanIlic.html">SlobodanIlic</a> http://campar.in.tum.de/view/FourDMod13/ProgramCommittee?t=2013-08-19T08:06Z Program Committee Lourdes Agapito, University College London, UK Adrian Bartoli, LASMEA Clermont-Ferrand, France Alex Bronstein, Technion Israel Institute of Technology ... (last changed by SlobodanIlic) 2013-08-19T08:06Z SlobodanIlic 1.5 updated major http://campar.in.tum.de/rdiff/FourDMod13/ProgramCommittee http://campar.in.tum.de/rdiff/FourDMod13/ProgramCommittee SubmissionInstructions [v1.3], by <a class="twikiLink" href="../../Main/SlobodanIlic.html">SlobodanIlic</a> http://campar.in.tum.de/view/FourDMod13/SubmissionInstructions?t=2013-08-19T08:04Z Submission Instructions Papers must describe high-quality, original research in areas related to modeling and analysis of dynamic scenes and their applications. By ... (last changed by SlobodanIlic) 2013-08-19T08:04Z SlobodanIlic 1.3 updated major http://campar.in.tum.de/rdiff/FourDMod13/SubmissionInstructions http://campar.in.tum.de/rdiff/FourDMod13/SubmissionInstructions ImportantDates [v1.3], by <a class="twikiLink" href="../../Main/SlobodanIlic.html">SlobodanIlic</a> http://campar.in.tum.de/view/FourDMod13/ImportantDates?t=2013-07-03T14:26Z Important Dates Submission deadline: September 7, 2013, 23:59h (GMT) Submission of the supplementary material: September 14, 2013, 23:59h (GMT) Notification of acceptance ... (last changed by SlobodanIlic) 2013-07-03T14:26Z SlobodanIlic 1.3 updated major http://campar.in.tum.de/rdiff/FourDMod13/ImportantDates http://campar.in.tum.de/rdiff/FourDMod13/ImportantDates WebTopBar [v1.24], by <a class="twikiLink" href="../../Main/SlobodanIlic.html">SlobodanIlic</a> http://campar.in.tum.de/view/FourDMod13/WebTopBar?t=2013-07-03T14:12Z (last changed by SlobodanIlic) 2013-07-03T14:12Z SlobodanIlic 1.24 updated major http://campar.in.tum.de/rdiff/FourDMod13/WebTopBar http://campar.in.tum.de/rdiff/FourDMod13/WebTopBar PreviousWorkshops [v1.1], by <a class="twikiLink" href="../../Main/SlobodanIlic.html">SlobodanIlic</a> http://campar.in.tum.de/view/FourDMod13/PreviousWorkshops?t=2013-07-03T13:50Z Previous Workshops 1st Workshop on Dynamic Shape Capture and Analysis . (last changed by SlobodanIlic) 2013-07-03T13:50Z SlobodanIlic 1.1 updated major http://campar.in.tum.de/rdiff/FourDMod13/PreviousWorkshops http://campar.in.tum.de/rdiff/FourDMod13/PreviousWorkshops WebLeftBar [v1.27], by <a class="twikiLink" href="../../Main/SlobodanIlic.html">SlobodanIlic</a> http://campar.in.tum.de/view/FourDMod13/WebLeftBar?t=2013-07-03T13:48Z Home Organizers Contact Invited Speakers Program Committee Topics Important Dates Submission Instructions Previous Workshops (last changed by SlobodanIlic) 2013-07-03T13:48Z SlobodanIlic 1.27 updated major http://campar.in.tum.de/rdiff/FourDMod13/WebLeftBar http://campar.in.tum.de/rdiff/FourDMod13/WebLeftBar Topics [v1.1], by <a class="twikiLink" href="../../Main/SlobodanIlic.html">SlobodanIlic</a> http://campar.in.tum.de/view/FourDMod13/Topics?t=2013-07-03T10:00Z Topics 4D acquisition of real-world dynamic scenes Shape recovery of dynamic 3D scenes Temporally consistent tracking of deformable surfaces 4D Representation 4D ... (last changed by SlobodanIlic) 2013-07-03T10:00Z SlobodanIlic 1.1 updated major http://campar.in.tum.de/rdiff/FourDMod13/Topics http://campar.in.tum.de/rdiff/FourDMod13/Topics InvitedSpeakers [v1.1], by <a class="twikiLink" href="../../Main/SlobodanIlic.html">SlobodanIlic</a> http://campar.in.tum.de/view/FourDMod13/InvitedSpeakers?t=2013-07-03T09:34Z InvitedSpeakers To be confirmed soon! (last changed by SlobodanIlic) 2013-07-03T09:34Z SlobodanIlic 1.1 updated major http://campar.in.tum.de/rdiff/FourDMod13/InvitedSpeakers http://campar.in.tum.de/rdiff/FourDMod13/InvitedSpeakers Contact [v1.1], by <a class="twikiLink" href="../../Main/SlobodanIlic.html">SlobodanIlic</a> http://campar.in.tum.de/view/FourDMod13/Contact?t=2013-07-03T09:31Z Contact All questions to be addressed to: 4dmod@mailnavab.in.tum.de (last changed by SlobodanIlic) 2013-07-03T09:31Z SlobodanIlic 1.1 updated major http://campar.in.tum.de/rdiff/FourDMod13/Contact http://campar.in.tum.de/rdiff/FourDMod13/Contact Organizers [v1.1], by <a class="twikiLink" href="../../Main/SlobodanIlic.html">SlobodanIlic</a> http://campar.in.tum.de/view/FourDMod13/Organizers?t=2013-07-03T09:13Z Organizers Slobodan Ilic (principal contact) Computer Science Department, Technical University Munich, Germany Edmond Boyer, Perception Team, INRIA Rhone-Alpes, France ... (last changed by SlobodanIlic) 2013-07-03T09:13Z SlobodanIlic 1.1 updated major http://campar.in.tum.de/rdiff/FourDMod13/Organizers http://campar.in.tum.de/rdiff/FourDMod13/Organizers WebPreferences [v1.13], by <a class="twikiLink" href="https://k-d-w.org/">SebastianPoelsterl</a> http://campar.in.tum.de/view/FourDMod13/WebPreferences?t=2013-07-01T09:08Z FourDMod13 Web Preferences The following settings are web preferences of the FourDMod13 web. These preferences overwrite the site-level preferences in TWIKIWEB . ... (last changed by SebastianPoelsterl) 2013-07-01T09:08Z SebastianPoelsterl 1.13 updated major http://campar.in.tum.de/rdiff/FourDMod13/WebPreferences http://campar.in.tum.de/rdiff/FourDMod13/WebPreferences WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/FourDMod13/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/FourDMod13/WebBottomBar http://campar.in.tum.de/rdiff/FourDMod13/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/FourDMod13/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this FourDMod13 web. This is a convenient service, so you do not have to ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/FourDMod13/WebNotify http://campar.in.tum.de/rdiff/FourDMod13/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/FourDMod13/WebRss?t=2004-08-16T03:27Z TWiki's FourDMod13 web SCRIPTURL /view SCRIPTSUFFIX /FourDMod13 The FourDMod13 web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/FourDMod13/WebRss http://campar.in.tum.de/rdiff/FourDMod13/WebRss WebStatistics [v1.3595], by Main.guest http://campar.in.tum.de/view/Helmholtz/WebStatistics?t=2021-09-17T05:08Z Statistics for Helmholtz Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 111 0 ... (last changed by guest) 2021-09-17T05:08Z guest 1.3595 updated major http://campar.in.tum.de/rdiff/Helmholtz/WebStatistics http://campar.in.tum.de/rdiff/Helmholtz/WebStatistics WebHome [v1.195], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/Helmholtz/WebHome?t=2016-02-19T15:34Z document.title "Chair for Computer Aided Medical Procedures and Augmented Reality Lehrstuhl für Informatikanwendungen in der Medizin und Augmented Reality"; self ... (last changed by StefanieDemirci) 2016-02-19T15:34Z StefanieDemirci 1.195 updated major http://campar.in.tum.de/rdiff/Helmholtz/WebHome http://campar.in.tum.de/rdiff/Helmholtz/WebHome WebPreferences [v1.29], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/Helmholtz/WebPreferences?t=2011-03-25T11:39Z TWiki.Helmholtz Web Preferences The following settings are web preferences of the TWiki.Helmholtz web. These preferences overwrite the site-level preferences in TWIKIWEB ... (last changed by MartinHorn) 2011-03-25T11:39Z MartinHorn 1.29 updated major http://campar.in.tum.de/rdiff/Helmholtz/WebPreferences http://campar.in.tum.de/rdiff/Helmholtz/WebPreferences WebLeftBar [v1.143], by <a class="twikiLink" href="../../Main/TobiasBlum.html">TobiasBlum</a> http://campar.in.tum.de/view/Helmholtz/WebLeftBar?t=2011-03-21T11:33Z Home Chair People Labs Locations Open Positions History Partners Research Groups CAMP FAR Publications Teaching Summer Term 11 All Terms Student Projects Cool Stuff ... (last changed by TobiasBlum) 2011-03-21T11:33Z TobiasBlum 1.143 updated major http://campar.in.tum.de/rdiff/Helmholtz/WebLeftBar http://campar.in.tum.de/rdiff/Helmholtz/WebLeftBar WebTopBar [v1.37], by <a class="twikiLink" href="../../Main/LejingWang.html">LejingWang</a> http://campar.in.tum.de/view/Helmholtz/WebTopBar?t=2008-06-19T17:54Z document.write(''); Chair for Computer Aided Medical Procedures Augmented Reality Lehrstuhl f r Informatikanwendungen in der Medizin Augmented Reality (last changed by LejingWang) 2008-06-19T17:54Z LejingWang 1.37 updated major http://campar.in.tum.de/rdiff/Helmholtz/WebTopBar http://campar.in.tum.de/rdiff/Helmholtz/WebTopBar WebBottomBar [v1.12], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Helmholtz/WebBottomBar?t=2007-03-13T14:03Z var jetzt new Date(); document.write(' 2003-'+(jetzt.getFullYear()).toString(10)+', '); Lehrstuhl für Computer Aided Medical Procedures Augmented Reality (last changed by MartinBauer) 2007-03-13T14:03Z MartinBauer 1.12 updated major http://campar.in.tum.de/rdiff/Helmholtz/WebBottomBar http://campar.in.tum.de/rdiff/Helmholtz/WebBottomBar WebRss [v1.2], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Helmholtz/WebRss?t=2005-01-28T20:51Z wwwnavab Helmholtz web SCRIPTURL /view SCRIPTSUFFIX /Helmholtz The Website of the Chair for Computer Aided Medical Procedure, Technische Universität München, Institut ... (last changed by MartinBauer) 2005-01-28T20:51Z MartinBauer 1.2 updated major http://campar.in.tum.de/rdiff/Helmholtz/WebRss http://campar.in.tum.de/rdiff/Helmholtz/WebRss WebNotify [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Helmholtz/WebNotify?t=2003-01-25T10:06Z This is a subscription service to be automatically notified by e-mail when topics change in this Helmholtz web. This is a convenient service, so you do not have to ... (last changed by PeterThoeny) 2003-01-25T10:06Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/Helmholtz/WebNotify http://campar.in.tum.de/rdiff/Helmholtz/WebNotify WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Helmholtz/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/Helmholtz/WebIndex http://campar.in.tum.de/rdiff/Helmholtz/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Helmholtz/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/Helmholtz/WebTopicList http://campar.in.tum.de/rdiff/Helmholtz/WebTopicList WebChanges [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Helmholtz/WebChanges?t=2001-08-16T19:58Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by PeterThoeny) 2001-08-16T19:58Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/Helmholtz/WebChanges http://campar.in.tum.de/rdiff/Helmholtz/WebChanges WebSearch [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Helmholtz/WebSearch?t=2001-08-08T05:26Z INCLUDE{" TWIKIWEB .WebSearch"} (last changed by PeterThoeny) 2001-08-08T05:26Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/Helmholtz/WebSearch http://campar.in.tum.de/rdiff/Helmholtz/WebSearch WebStatistics [v1.412], by Main.guest http://campar.in.tum.de/view/IGI/WebStatistics?t=2021-09-17T05:10Z Statistics for IGI Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 68 0 0 19 11 ... (last changed by guest) 2021-09-17T05:10Z guest 1.412 updated major http://campar.in.tum.de/rdiff/IGI/WebStatistics http://campar.in.tum.de/rdiff/IGI/WebStatistics WebHome [v1.66], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/IGI/WebHome?t=2011-10-25T10:03Z MICCAI 2011 Tutorial on Image-Guided Interventions Date: Sunday 18 September 2011 For registration see http://www.miccai2011.org/ Overview This tutorial will provide ... (last changed by PascalFallavollita) 2011-10-25T10:03Z PascalFallavollita 1.66 updated major http://campar.in.tum.de/rdiff/IGI/WebHome http://campar.in.tum.de/rdiff/IGI/WebHome WebLeftBar [v1.16], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/IGI/WebLeftBar?t=2011-03-16T12:27Z Home (last changed by MartinHorn) 2011-03-16T12:27Z MartinHorn 1.16 updated major http://campar.in.tum.de/rdiff/IGI/WebLeftBar http://campar.in.tum.de/rdiff/IGI/WebLeftBar WebTopBar [v1.9], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/IGI/WebTopBar?t=2011-03-16T12:27Z (last changed by MartinHorn) 2011-03-16T12:27Z MartinHorn 1.9 updated major http://campar.in.tum.de/rdiff/IGI/WebTopBar http://campar.in.tum.de/rdiff/IGI/WebTopBar WebPreferences [v1.12], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/IGI/WebPreferences?t=2010-11-19T16:38Z IGI Web Preferences The following settings are web preferences of the IGI web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by MartinHorn) 2010-11-19T16:38Z MartinHorn 1.12 updated major http://campar.in.tum.de/rdiff/IGI/WebPreferences http://campar.in.tum.de/rdiff/IGI/WebPreferences WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/IGI/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/IGI/WebBottomBar http://campar.in.tum.de/rdiff/IGI/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IGI/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this IGI web. This is a convenient service, so you do not have to come ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/IGI/WebNotify http://campar.in.tum.de/rdiff/IGI/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IGI/WebRss?t=2004-08-16T03:27Z TWiki's IGI web SCRIPTURL /view SCRIPTSUFFIX /IGI The IGI web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE{" TWIKIWEB .WebRssBase ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/IGI/WebRss http://campar.in.tum.de/rdiff/IGI/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IGI/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/IGI/WebSearchAdvanced http://campar.in.tum.de/rdiff/IGI/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IGI/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/IGI/WebIndex http://campar.in.tum.de/rdiff/IGI/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IGI/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/IGI/WebTopicList http://campar.in.tum.de/rdiff/IGI/WebTopicList WebChanges [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IGI/WebChanges?t=2001-08-16T19:58Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by PeterThoeny) 2001-08-16T19:58Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/IGI/WebChanges http://campar.in.tum.de/rdiff/IGI/WebChanges WebSearch [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IGI/WebSearch?t=2001-08-08T05:26Z INCLUDE{" TWIKIWEB .WebSearch"} (last changed by PeterThoeny) 2001-08-08T05:26Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/IGI/WebSearch http://campar.in.tum.de/rdiff/IGI/WebSearch WebStatistics [v1.391], by Main.guest http://campar.in.tum.de/view/IPCAI2010/WebStatistics?t=2021-09-25T01:27Z Statistics for IPCAI2010 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 223 0 ... (last changed by guest) 2021-09-25T01:27Z guest 1.391 updated major http://campar.in.tum.de/rdiff/IPCAI2010/WebStatistics http://campar.in.tum.de/rdiff/IPCAI2010/WebStatistics WebHome [v1.31], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/IPCAI2010/WebHome?t=2011-08-30T09:52Z For the IPCAI 2012 Conference page, please click here IPCAI 2010, the 1st International Conference on Information Processing in Computer-Assisted Interventions, will ... (last changed by StefanieDemirci) 2011-08-30T09:52Z StefanieDemirci 1.31 updated major http://campar.in.tum.de/rdiff/IPCAI2010/WebHome http://campar.in.tum.de/rdiff/IPCAI2010/WebHome WebPreferences [v1.12], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/IPCAI2010/WebPreferences?t=2010-11-19T16:30Z IPCAI2010 Web Preferences The following settings are web preferences of the IPCAI2010 web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by MartinHorn) 2010-11-19T16:30Z MartinHorn 1.12 updated major http://campar.in.tum.de/rdiff/IPCAI2010/WebPreferences http://campar.in.tum.de/rdiff/IPCAI2010/WebPreferences Committees [v1.9], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/IPCAI2010/Committees?t=2010-10-20T07:38Z Executive Committee Nassir Navab, CAMP/TU Munich, Germany Russell Taylor, JHU, USA Kensaku Mori, Nagoya University, Japan Pierre Jannin, INRIA/INSERM, Rennes, France ... (last changed by StefanieDemirci) 2010-10-20T07:38Z StefanieDemirci 1.9 updated major http://campar.in.tum.de/rdiff/IPCAI2010/Committees http://campar.in.tum.de/rdiff/IPCAI2010/Committees Registration [v1.6], by <a class="twikiLink" href="../../Main/MartinGroher.html">MartinGroher</a> http://campar.in.tum.de/view/IPCAI2010/Registration?t=2010-06-11T07:19Z Registration for the Conference Registration for IPCAI 2010 is available through the CARS 2010 website. Conference attendees have to register for the CARS conference ... (last changed by MartinGroher) 2010-06-11T07:19Z MartinGroher 1.6 updated major http://campar.in.tum.de/rdiff/IPCAI2010/Registration http://campar.in.tum.de/rdiff/IPCAI2010/Registration WebTopBar [v1.5], by <a class="twikiLink" href="../../Main/MartinGroher.html">MartinGroher</a> http://campar.in.tum.de/view/IPCAI2010/WebTopBar?t=2010-04-26T08:28Z (last changed by MartinGroher) 2010-04-26T08:28Z MartinGroher 1.5 updated major http://campar.in.tum.de/rdiff/IPCAI2010/WebTopBar http://campar.in.tum.de/rdiff/IPCAI2010/WebTopBar Submission [v1.7], by <a class="twikiLink" href="../../Main/MartinGroher.html">MartinGroher</a> http://campar.in.tum.de/view/IPCAI2010/Submission?t=2010-02-18T07:31Z Submission of Papers Please use the LNCS templates available on the Springer website to prepare your paper. Please read carefully the corresponding information for ... (last changed by MartinGroher) 2010-02-18T07:31Z MartinGroher 1.7 updated major http://campar.in.tum.de/rdiff/IPCAI2010/Submission http://campar.in.tum.de/rdiff/IPCAI2010/Submission Venue [v1.5], by <a class="twikiLink" href="../../Main/MarcoFeuerstein.html">MarcoFeuerstein</a> http://campar.in.tum.de/view/IPCAI2010/Venue?t=2009-11-28T16:11Z Venue IPCAI 2010 will be co-located with CARS 2010 at the University Medical Center in Geneva, Switzerland, one of the leading cities in health care. Geneva features ... (last changed by MarcoFeuerstein) 2009-11-28T16:11Z MarcoFeuerstein 1.5 updated major http://campar.in.tum.de/rdiff/IPCAI2010/Venue http://campar.in.tum.de/rdiff/IPCAI2010/Venue Sponsors [v1.1], by <a class="twikiLink" href="../../Main/MarcoFeuerstein.html">MarcoFeuerstein</a> http://campar.in.tum.de/view/IPCAI2010/Sponsors?t=2009-11-19T14:28Z Sponsors We gratefully acknowledge the financial support of the International Foundation of Computer Assisted Radiology and Surgery (IFCARS). (last changed by MarcoFeuerstein) 2009-11-19T14:28Z MarcoFeuerstein 1.1 updated major http://campar.in.tum.de/rdiff/IPCAI2010/Sponsors http://campar.in.tum.de/rdiff/IPCAI2010/Sponsors WebLeftBar [v1.13], by <a class="twikiLink" href="../../Main/MarcoFeuerstein.html">MarcoFeuerstein</a> http://campar.in.tum.de/view/IPCAI2010/WebLeftBar?t=2009-11-19T14:22Z Home Venue Submission of Papers Registration Committees Sponsors (last changed by MarcoFeuerstein) 2009-11-19T14:22Z MarcoFeuerstein 1.13 updated major http://campar.in.tum.de/rdiff/IPCAI2010/WebLeftBar http://campar.in.tum.de/rdiff/IPCAI2010/WebLeftBar WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/IPCAI2010/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/IPCAI2010/WebBottomBar http://campar.in.tum.de/rdiff/IPCAI2010/WebBottomBar PatternSkin [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/IPCAI2010/PatternSkin?t=2009-10-01T12:42Z (last changed by MartinHorn) 2009-10-01T12:42Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/IPCAI2010/PatternSkin http://campar.in.tum.de/rdiff/IPCAI2010/PatternSkin WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IPCAI2010/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this IPCAI2010 web. This is a convenient service, so you do not have to ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/IPCAI2010/WebNotify http://campar.in.tum.de/rdiff/IPCAI2010/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IPCAI2010/WebRss?t=2004-08-16T03:27Z TWiki's IPCAI2010 web SCRIPTURL /view SCRIPTSUFFIX /IPCAI2010 The IPCAI2010 web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/IPCAI2010/WebRss http://campar.in.tum.de/rdiff/IPCAI2010/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IPCAI2010/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/IPCAI2010/WebSearchAdvanced http://campar.in.tum.de/rdiff/IPCAI2010/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IPCAI2010/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/IPCAI2010/WebIndex http://campar.in.tum.de/rdiff/IPCAI2010/WebIndex WebStatistics [v1.439], by Main.guest http://campar.in.tum.de/view/IPCAI2011/WebStatistics?t=2021-09-17T05:12Z Statistics for IPCAI2011 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 96 0 0 ... (last changed by guest) 2021-09-17T05:12Z guest 1.439 updated major http://campar.in.tum.de/rdiff/IPCAI2011/WebStatistics http://campar.in.tum.de/rdiff/IPCAI2011/WebStatistics Sponsors [v1.8], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/IPCAI2011/Sponsors?t=2012-07-12T09:50Z Sponsors Siemens Corporate Research Intuitive Surgical Medtronic (last changed by StefanieDemirci) 2012-07-12T09:50Z StefanieDemirci 1.8 updated major http://campar.in.tum.de/rdiff/IPCAI2011/Sponsors http://campar.in.tum.de/rdiff/IPCAI2011/Sponsors WebLeftBar [v1.17], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/IPCAI2011/WebLeftBar?t=2012-07-12T09:50Z Home Venue Submission of Papers Registration Committees Sponsors (last changed by StefanieDemirci) 2012-07-12T09:50Z StefanieDemirci 1.17 updated major http://campar.in.tum.de/rdiff/IPCAI2011/WebLeftBar http://campar.in.tum.de/rdiff/IPCAI2011/WebLeftBar WebHome [v1.49], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/IPCAI2011/WebHome?t=2012-02-15T10:36Z For the IPCAI 2012 Conference page, please click here After the first successful IPCAI conference, IPCAI organizes an event in which the best conference articles ... (last changed by MartinHorn) 2012-02-15T10:36Z MartinHorn 1.49 updated major http://campar.in.tum.de/rdiff/IPCAI2011/WebHome http://campar.in.tum.de/rdiff/IPCAI2011/WebHome Registration [v1.6], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/IPCAI2011/Registration?t=2011-04-19T14:07Z Registration for the Conference Registration for IPCAI 2011 is available through the CARS 2011 website. BR Conference attendees have to register for the CARS conference ... (last changed by StefanieDemirci) 2011-04-19T14:07Z StefanieDemirci 1.6 updated major http://campar.in.tum.de/rdiff/IPCAI2011/Registration http://campar.in.tum.de/rdiff/IPCAI2011/Registration Committees [v1.5], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/IPCAI2011/Committees?t=2011-04-18T19:49Z Executive Committee Program Chairs Russell Taylor, JHU, USA Guang-Zhong Yang, Imperial College, UK Area Chairs Purang Abolmaesoumi, UBC, Canada Kevin Cleary, DC Children ... (last changed by StefanieDemirci) 2011-04-18T19:49Z StefanieDemirci 1.5 updated major http://campar.in.tum.de/rdiff/IPCAI2011/Committees http://campar.in.tum.de/rdiff/IPCAI2011/Committees Venue [v1.5], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/IPCAI2011/Venue?t=2011-01-30T18:56Z Venue IPCAI 2011 will be co-located with CARS 2011, the 25th International Congress and Exhibition on Computer Assisted Radiology and Surgery (http://www.cars-int ... (last changed by StefanieDemirci) 2011-01-30T18:56Z StefanieDemirci 1.5 updated major http://campar.in.tum.de/rdiff/IPCAI2011/Venue http://campar.in.tum.de/rdiff/IPCAI2011/Venue Submission [v1.6], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/IPCAI2011/Submission?t=2010-11-25T14:26Z Submission of Papers Please use the LNCS templates available on the Springer website to prepare your paper. Please read carefully the corresponding information for ... (last changed by StefanieDemirci) 2010-11-25T14:26Z StefanieDemirci 1.6 updated major http://campar.in.tum.de/rdiff/IPCAI2011/Submission http://campar.in.tum.de/rdiff/IPCAI2011/Submission WebPreferences [v1.12], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/IPCAI2011/WebPreferences?t=2010-11-19T16:37Z IPCAI2011 Web Preferences The following settings are web preferences of the IPCAI2011 web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by MartinHorn) 2010-11-19T16:37Z MartinHorn 1.12 updated major http://campar.in.tum.de/rdiff/IPCAI2011/WebPreferences http://campar.in.tum.de/rdiff/IPCAI2011/WebPreferences WebTopBar [v1.7], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/IPCAI2011/WebTopBar?t=2010-11-11T16:07Z (last changed by MartinHorn) 2010-11-11T16:07Z MartinHorn 1.7 updated major http://campar.in.tum.de/rdiff/IPCAI2011/WebTopBar http://campar.in.tum.de/rdiff/IPCAI2011/WebTopBar WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/IPCAI2011/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/IPCAI2011/WebBottomBar http://campar.in.tum.de/rdiff/IPCAI2011/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IPCAI2011/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this IPCAI2011 web. This is a convenient service, so you do not have to ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/IPCAI2011/WebNotify http://campar.in.tum.de/rdiff/IPCAI2011/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IPCAI2011/WebRss?t=2004-08-16T03:27Z TWiki's IPCAI2011 web SCRIPTURL /view SCRIPTSUFFIX /IPCAI2011 The IPCAI2011 web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/IPCAI2011/WebRss http://campar.in.tum.de/rdiff/IPCAI2011/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IPCAI2011/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/IPCAI2011/WebSearchAdvanced http://campar.in.tum.de/rdiff/IPCAI2011/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IPCAI2011/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/IPCAI2011/WebIndex http://campar.in.tum.de/rdiff/IPCAI2011/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IPCAI2011/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/IPCAI2011/WebTopicList http://campar.in.tum.de/rdiff/IPCAI2011/WebTopicList WebStatistics [v1.404], by Main.guest http://campar.in.tum.de/view/IPCAI2012/WebStatistics?t=2021-09-17T05:13Z Statistics for IPCAI2012 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 135 0 ... (last changed by guest) 2021-09-17T05:13Z guest 1.404 updated major http://campar.in.tum.de/rdiff/IPCAI2012/WebStatistics http://campar.in.tum.de/rdiff/IPCAI2012/WebStatistics WebLeftBar [v1.19], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/IPCAI2012/WebLeftBar?t=2012-07-12T09:49Z Home Venue Submission of Papers Registration Committees Sponsors Previous Conferences (last changed by StefanieDemirci) 2012-07-12T09:49Z StefanieDemirci 1.19 updated major http://campar.in.tum.de/rdiff/IPCAI2012/WebLeftBar http://campar.in.tum.de/rdiff/IPCAI2012/WebLeftBar WebHome [v1.59], by <a class="twikiLink" href="../../Main/AsliOkur.html">AsliOkur</a> http://campar.in.tum.de/view/IPCAI2012/WebHome?t=2012-06-20T11:32Z After the past successful conferences, IPCAI again organizes an event in which the best conference articles in computer #8208;assisted interventions are reviewed ... (last changed by AsliOkur) 2012-06-20T11:32Z AsliOkur 1.59 updated major http://campar.in.tum.de/rdiff/IPCAI2012/WebHome http://campar.in.tum.de/rdiff/IPCAI2012/WebHome Sponsors [v1.2], by <a class="twikiLink" href="../../Main/AsliOkur.html">AsliOkur</a> http://campar.in.tum.de/view/IPCAI2012/Sponsors?t=2012-06-19T16:42Z Sponsors (last changed by AsliOkur) 2012-06-19T16:42Z AsliOkur 1.2 updated major http://campar.in.tum.de/rdiff/IPCAI2012/Sponsors http://campar.in.tum.de/rdiff/IPCAI2012/Sponsors Venue [v1.3], by <a class="twikiLink" href="../../Main/AsliOkur.html">AsliOkur</a> http://campar.in.tum.de/view/IPCAI2012/Venue?t=2012-06-19T08:52Z Venue IPCAI 2012 will be co-located with CARS 2012, the 26th International Congress and Exhibition on Computer Assisted Radiology and Surgery (http://www.cars-int ... (last changed by AsliOkur) 2012-06-19T08:52Z AsliOkur 1.3 updated major http://campar.in.tum.de/rdiff/IPCAI2012/Venue http://campar.in.tum.de/rdiff/IPCAI2012/Venue Registration [v1.4], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/IPCAI2012/Registration?t=2012-03-27T09:15Z Registration To register for the IPCAI 2012, please visit the CARS registration homepage. (last changed by MartinHorn) 2012-03-27T09:15Z MartinHorn 1.4 updated major http://campar.in.tum.de/rdiff/IPCAI2012/Registration http://campar.in.tum.de/rdiff/IPCAI2012/Registration Submission [v1.4], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/IPCAI2012/Submission?t=2011-11-04T20:38Z IPCAI 2012 Paper Submission Guidelines Papers should be formatted in Lecture Notes in Computer Science style. Style files can be found on the Springer website. Scroll ... (last changed by StefanieDemirci) 2011-11-04T20:38Z StefanieDemirci 1.4 updated major http://campar.in.tum.de/rdiff/IPCAI2012/Submission http://campar.in.tum.de/rdiff/IPCAI2012/Submission PreviousConfs [v1.1], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/IPCAI2012/PreviousConfs?t=2011-09-15T08:58Z Previous Conferences 2nd IPCAI 2011 in Berlin, Germany 1st IPCAI 2010 in Geneva, Switzerland (last changed by StefanieDemirci) 2011-09-15T08:58Z StefanieDemirci 1.1 updated major http://campar.in.tum.de/rdiff/IPCAI2012/PreviousConfs http://campar.in.tum.de/rdiff/IPCAI2012/PreviousConfs Committees [v1.3], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/IPCAI2012/Committees?t=2011-08-30T10:55Z General Chairs Nassir Navab, CAMP/TUM, Germany Pierre Jannin, INRIA/INSERM, Rennes, France Program Chairs Purang Abolmaesoumi, UBC, Canada Leo Joskowicz, Hebrew University ... (last changed by StefanieDemirci) 2011-08-30T10:55Z StefanieDemirci 1.3 updated major http://campar.in.tum.de/rdiff/IPCAI2012/Committees http://campar.in.tum.de/rdiff/IPCAI2012/Committees WebTopBar [v1.8], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/IPCAI2012/WebTopBar?t=2011-08-30T09:25Z (last changed by StefanieDemirci) 2011-08-30T09:25Z StefanieDemirci 1.8 updated major http://campar.in.tum.de/rdiff/IPCAI2012/WebTopBar http://campar.in.tum.de/rdiff/IPCAI2012/WebTopBar WebPreferences [v1.12], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/IPCAI2012/WebPreferences?t=2010-11-19T16:38Z IPCAI2012 Web Preferences The following settings are web preferences of the IPCAI2012 web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by MartinHorn) 2010-11-19T16:38Z MartinHorn 1.12 updated major http://campar.in.tum.de/rdiff/IPCAI2012/WebPreferences http://campar.in.tum.de/rdiff/IPCAI2012/WebPreferences WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/IPCAI2012/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/IPCAI2012/WebBottomBar http://campar.in.tum.de/rdiff/IPCAI2012/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IPCAI2012/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this IPCAI2012 web. This is a convenient service, so you do not have to ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/IPCAI2012/WebNotify http://campar.in.tum.de/rdiff/IPCAI2012/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IPCAI2012/WebRss?t=2004-08-16T03:27Z TWiki's IPCAI2012 web SCRIPTURL /view SCRIPTSUFFIX /IPCAI2012 The IPCAI2012 web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/IPCAI2012/WebRss http://campar.in.tum.de/rdiff/IPCAI2012/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IPCAI2012/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/IPCAI2012/WebSearchAdvanced http://campar.in.tum.de/rdiff/IPCAI2012/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IPCAI2012/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/IPCAI2012/WebIndex http://campar.in.tum.de/rdiff/IPCAI2012/WebIndex WebStatistics [v1.354], by Main.guest http://campar.in.tum.de/view/IPCAI2013/WebStatistics?t=2021-09-17T05:14Z Statistics for IPCAI2013 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 119 0 ... (last changed by guest) 2021-09-17T05:14Z guest 1.354 updated major http://campar.in.tum.de/rdiff/IPCAI2013/WebStatistics http://campar.in.tum.de/rdiff/IPCAI2013/WebStatistics WebHome [v1.80], by <a class="twikiLink" href="../../Main/RalfStauder.html">RalfStauder</a> http://campar.in.tum.de/view/IPCAI2013/WebHome?t=2013-07-02T10:28Z After the past successful conferences, IPCAI again organizes an event in which the best conference articles in computer-assisted interventions are reviewed, selected ... (last changed by RalfStauder) 2013-07-02T10:28Z RalfStauder 1.80 updated major http://campar.in.tum.de/rdiff/IPCAI2013/WebHome http://campar.in.tum.de/rdiff/IPCAI2013/WebHome WebLeftBar [v1.23], by <a class="twikiLink" href="../../Main/RalfStauder.html">RalfStauder</a> http://campar.in.tum.de/view/IPCAI2013/WebLeftBar?t=2013-07-02T10:20Z Home Venue Submission of Papers Registration Committees Previous Conferences Proceedings 2013 Proceedings 2012 Proceedings 2011 Proceedings 2010 (last changed by RalfStauder) 2013-07-02T10:20Z RalfStauder 1.23 updated major http://campar.in.tum.de/rdiff/IPCAI2013/WebLeftBar http://campar.in.tum.de/rdiff/IPCAI2013/WebLeftBar PreviousConfs [v1.4], by <a class="twikiLink" href="../../Main/RalfStauder.html">RalfStauder</a> http://campar.in.tum.de/view/IPCAI2013/PreviousConfs?t=2013-06-25T10:04Z Previous Conferences 3rd IPCAI 2012 in Pisa, Italy Conference Proceedings 2012 (one of the top 50 most downloaded eBooks in the relevant Springer eBook Collection ... (last changed by RalfStauder) 2013-06-25T10:04Z RalfStauder 1.4 updated major http://campar.in.tum.de/rdiff/IPCAI2013/PreviousConfs http://campar.in.tum.de/rdiff/IPCAI2013/PreviousConfs Committees [v1.4], by <a class="twikiLink" href="../../Main/RalfStauder.html">RalfStauder</a> http://campar.in.tum.de/view/IPCAI2013/Committees?t=2013-03-30T09:00Z 2013 Executive Committee Program Chairs Stéphane Cotin, INRIA, France Dean Barratt, CMIC, UCL, UK Gabor Fichtinger, Queen's University, Canada General Chairs Nassir ... (last changed by RalfStauder) 2013-03-30T09:00Z RalfStauder 1.4 updated major http://campar.in.tum.de/rdiff/IPCAI2013/Committees http://campar.in.tum.de/rdiff/IPCAI2013/Committees Registration [v1.3], by <a class="twikiLink" href="../../Main/RalfStauder.html">RalfStauder</a> http://campar.in.tum.de/view/IPCAI2013/Registration?t=2013-02-11T15:57Z Registration To register for the IPCAI 2013, please visit the CARS registration homepage. For the first year, IPCAI registered participants temporary will benefit ... (last changed by RalfStauder) 2013-02-11T15:57Z RalfStauder 1.3 updated major http://campar.in.tum.de/rdiff/IPCAI2013/Registration http://campar.in.tum.de/rdiff/IPCAI2013/Registration Submission [v1.6], by <a class="twikiLink" href="../../Main/RalfStauder.html">RalfStauder</a> http://campar.in.tum.de/view/IPCAI2013/Submission?t=2013-02-11T15:53Z Submission of Papers IPCAI 2013 Paper Submission Guidelines Papers should be formatted in Lecture Notes in Computer Science style. Style files can be found on the ... (last changed by RalfStauder) 2013-02-11T15:53Z RalfStauder 1.6 updated major http://campar.in.tum.de/rdiff/IPCAI2013/Submission http://campar.in.tum.de/rdiff/IPCAI2013/Submission Venue [v1.9], by <a class="twikiLink" href="../../Main/RalfStauder.html">RalfStauder</a> http://campar.in.tum.de/view/IPCAI2013/Venue?t=2012-11-28T13:33Z Venue ATTACHURL /CARS2013 logo.jpg IPCAI 2013 will be co-located with CARS 2013, the 27th International Congress and Exhibition on Computer Assisted Radiology and ... (last changed by RalfStauder) 2012-11-28T13:33Z RalfStauder 1.9 updated major http://campar.in.tum.de/rdiff/IPCAI2013/Venue http://campar.in.tum.de/rdiff/IPCAI2013/Venue Sponsors [v1.2], by <a class="twikiLink" href="../../Main/RalfStauder.html">RalfStauder</a> http://campar.in.tum.de/view/IPCAI2013/Sponsors?t=2012-08-29T11:26Z Sponsors (last changed by RalfStauder) 2012-08-29T11:26Z RalfStauder 1.2 updated major http://campar.in.tum.de/rdiff/IPCAI2013/Sponsors http://campar.in.tum.de/rdiff/IPCAI2013/Sponsors WebTopBar [v1.9], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/IPCAI2013/WebTopBar?t=2012-08-29T09:46Z (last changed by MartinHorn) 2012-08-29T09:46Z MartinHorn 1.9 updated major http://campar.in.tum.de/rdiff/IPCAI2013/WebTopBar http://campar.in.tum.de/rdiff/IPCAI2013/WebTopBar WebPreferences [v1.12], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/IPCAI2013/WebPreferences?t=2010-11-19T16:39Z IPCAI2013 Web Preferences The following settings are web preferences of the IPCAI2013 web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by MartinHorn) 2010-11-19T16:39Z MartinHorn 1.12 updated major http://campar.in.tum.de/rdiff/IPCAI2013/WebPreferences http://campar.in.tum.de/rdiff/IPCAI2013/WebPreferences WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/IPCAI2013/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/IPCAI2013/WebBottomBar http://campar.in.tum.de/rdiff/IPCAI2013/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IPCAI2013/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this IPCAI2013 web. This is a convenient service, so you do not have to ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/IPCAI2013/WebNotify http://campar.in.tum.de/rdiff/IPCAI2013/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IPCAI2013/WebRss?t=2004-08-16T03:27Z TWiki's IPCAI2013 web SCRIPTURL /view SCRIPTSUFFIX /IPCAI2013 The IPCAI2013 web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/IPCAI2013/WebRss http://campar.in.tum.de/rdiff/IPCAI2013/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IPCAI2013/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/IPCAI2013/WebSearchAdvanced http://campar.in.tum.de/rdiff/IPCAI2013/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IPCAI2013/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/IPCAI2013/WebIndex http://campar.in.tum.de/rdiff/IPCAI2013/WebIndex WebStatistics [v1.372], by Main.guest http://campar.in.tum.de/view/IPCAI2014/WebStatistics?t=2021-09-17T05:15Z Statistics for IPCAI2014 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 77 0 0 ... (last changed by guest) 2021-09-17T05:15Z guest 1.372 updated major http://campar.in.tum.de/rdiff/IPCAI2014/WebStatistics http://campar.in.tum.de/rdiff/IPCAI2014/WebStatistics Committees [v1.11], by <a class="twikiLink" href="../../Main/DanailStoyanov.html">DanailStoyanov</a> http://campar.in.tum.de/view/IPCAI2014/Committees?t=2013-09-02T12:41Z 2014 Executive Committee Program Chairs Ichiro Sakuma, University of Tokyo, Japan Louis Collins, McGill University, Canada Danail Stoyanov, CMIC, University College ... (last changed by DanailStoyanov) 2013-09-02T12:41Z DanailStoyanov 1.11 updated major http://campar.in.tum.de/rdiff/IPCAI2014/Committees http://campar.in.tum.de/rdiff/IPCAI2014/Committees WebHome [v1.91], by <a class="twikiLink" href="../../Main/DanailStoyanov.html">DanailStoyanov</a> http://campar.in.tum.de/view/IPCAI2014/WebHome?t=2013-08-27T16:41Z IPCAI 2014, the 5th International Conference on Information Processing in Computer-Assisted Interventions, will be held on June 25, 2014 in Fukuoka, Japan. IPCAI ... (last changed by DanailStoyanov) 2013-08-27T16:41Z DanailStoyanov 1.91 updated major http://campar.in.tum.de/rdiff/IPCAI2014/WebHome http://campar.in.tum.de/rdiff/IPCAI2014/WebHome Submission [v1.9], by <a class="twikiLink" href="../../Main/DanailStoyanov.html">DanailStoyanov</a> http://campar.in.tum.de/view/IPCAI2014/Submission?t=2013-07-30T10:28Z Submission of Papers IPCAI 2014 Paper Submission Guidelines Papers should be formatted in Lecture Notes in Computer Science style. Style files can be found on the ... (last changed by DanailStoyanov) 2013-07-30T10:28Z DanailStoyanov 1.9 updated major http://campar.in.tum.de/rdiff/IPCAI2014/Submission http://campar.in.tum.de/rdiff/IPCAI2014/Submission Registration [v1.5], by <a class="twikiLink" href="../../Main/DanailStoyanov.html">DanailStoyanov</a> http://campar.in.tum.de/view/IPCAI2014/Registration?t=2013-07-25T11:18Z Registration To register for the IPCAI 2014, please visit the CARS registration homepage. For the first year, IPCAI registered participants temporary will benefit ... (last changed by DanailStoyanov) 2013-07-25T11:18Z DanailStoyanov 1.5 updated major http://campar.in.tum.de/rdiff/IPCAI2014/Registration http://campar.in.tum.de/rdiff/IPCAI2014/Registration Venue [v1.13], by <a class="twikiLink" href="../../Main/DanailStoyanov.html">DanailStoyanov</a> http://campar.in.tum.de/view/IPCAI2014/Venue?t=2013-07-25T11:14Z Venue IPCAI 2014 will be co-located with CARS 2014, the 28th International Congress and Exhibition on Computer Assisted Radiology and Surgery (http://www.cars-int ... (last changed by DanailStoyanov) 2013-07-25T11:14Z DanailStoyanov 1.13 updated major http://campar.in.tum.de/rdiff/IPCAI2014/Venue http://campar.in.tum.de/rdiff/IPCAI2014/Venue McGill [v1.1], by <a class="twikiLink" href="../../Main/DanailStoyanov.html">DanailStoyanov</a> http://campar.in.tum.de/view/IPCAI2014/McGill?t=2013-07-25T10:55Z McGill (last changed by DanailStoyanov) 2013-07-25T10:55Z DanailStoyanov 1.1 updated major http://campar.in.tum.de/rdiff/IPCAI2014/McGill http://campar.in.tum.de/rdiff/IPCAI2014/McGill PreviousConfs [v1.5], by <a class="twikiLink" href="../../Main/PierreJannin.html">PierreJannin</a> http://campar.in.tum.de/view/IPCAI2014/PreviousConfs?t=2013-07-22T23:52Z Previous Conferences 4th IPCAI 2013 in Heidelberg, Germany Conference Proceedings 2013 3rd IPCAI 2012 in Pisa, Italy Conference Proceedings 2012 (one of the top ... (last changed by PierreJannin) 2013-07-22T23:52Z PierreJannin 1.5 updated major http://campar.in.tum.de/rdiff/IPCAI2014/PreviousConfs http://campar.in.tum.de/rdiff/IPCAI2014/PreviousConfs WebLeftBar [v1.23], by <a class="twikiLink" href="../../Main/RalfStauder.html">RalfStauder</a> http://campar.in.tum.de/view/IPCAI2014/WebLeftBar?t=2013-07-02T10:20Z Home Venue Submission of Papers Registration Committees Previous Conferences Proceedings 2013 Proceedings 2012 Proceedings 2011 Proceedings 2010 (last changed by RalfStauder) 2013-07-02T10:20Z RalfStauder 1.23 updated major http://campar.in.tum.de/rdiff/IPCAI2014/WebLeftBar http://campar.in.tum.de/rdiff/IPCAI2014/WebLeftBar Sponsors [v1.2], by <a class="twikiLink" href="../../Main/RalfStauder.html">RalfStauder</a> http://campar.in.tum.de/view/IPCAI2014/Sponsors?t=2012-08-29T11:26Z Sponsors (last changed by RalfStauder) 2012-08-29T11:26Z RalfStauder 1.2 updated major http://campar.in.tum.de/rdiff/IPCAI2014/Sponsors http://campar.in.tum.de/rdiff/IPCAI2014/Sponsors WebTopBar [v1.9], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/IPCAI2014/WebTopBar?t=2012-08-29T09:46Z (last changed by MartinHorn) 2012-08-29T09:46Z MartinHorn 1.9 updated major http://campar.in.tum.de/rdiff/IPCAI2014/WebTopBar http://campar.in.tum.de/rdiff/IPCAI2014/WebTopBar WebPreferences [v1.12], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/IPCAI2014/WebPreferences?t=2010-11-19T16:39Z IPCAI2014 Web Preferences The following settings are web preferences of the IPCAI2014 web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by MartinHorn) 2010-11-19T16:39Z MartinHorn 1.12 updated major http://campar.in.tum.de/rdiff/IPCAI2014/WebPreferences http://campar.in.tum.de/rdiff/IPCAI2014/WebPreferences WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/IPCAI2014/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/IPCAI2014/WebBottomBar http://campar.in.tum.de/rdiff/IPCAI2014/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IPCAI2014/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this IPCAI2014 web. This is a convenient service, so you do not have to ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/IPCAI2014/WebNotify http://campar.in.tum.de/rdiff/IPCAI2014/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IPCAI2014/WebRss?t=2004-08-16T03:27Z TWiki's IPCAI2014 web SCRIPTURL /view SCRIPTSUFFIX /IPCAI2014 The IPCAI2014 web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/IPCAI2014/WebRss http://campar.in.tum.de/rdiff/IPCAI2014/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/IPCAI2014/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/IPCAI2014/WebSearchAdvanced http://campar.in.tum.de/rdiff/IPCAI2014/WebSearchAdvanced WebStatistics [v1.2549], by Main.guest http://campar.in.tum.de/view/ISMAR/WebStatistics?t=2021-09-17T05:16Z Statistics for ISMAR Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 1184 0 0 247 ... (last changed by guest) 2021-09-17T05:16Z guest 1.2549 updated major http://campar.in.tum.de/rdiff/ISMAR/WebStatistics http://campar.in.tum.de/rdiff/ISMAR/WebStatistics ConferenceProceedings [v1.1], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/ISMAR/ConferenceProceedings?t=2006-01-13T13:29Z Conference Proceedings The conferecne proceedings have been published by the IEEE computer society and are available online at IEEE Explore There are also a small ... (last changed by MartinBauer) 2006-01-13T13:29Z MartinBauer 1.1 updated major http://campar.in.tum.de/rdiff/ISMAR/ConferenceProceedings http://campar.in.tum.de/rdiff/ISMAR/ConferenceProceedings IarAbstractArBrowserIGD [v1.3], by <a class="twikiLink" href="../../Main/GudrunKlinker.html">GudrunKlinker</a> http://campar.in.tum.de/view/ISMAR/IarAbstractArBrowserIGD?t=2005-10-20T22:06Z Workshop on Industrial Augmented Reality Jens Weidenhausen, Harald Wüst and Didier Stricker, IGD AR-Browser: an Application Based on the Mixed Reality System VR-AVALON ... (last changed by GudrunKlinker) 2005-10-20T22:06Z GudrunKlinker 1.3 updated major http://campar.in.tum.de/rdiff/ISMAR/IarAbstractArBrowserIGD http://campar.in.tum.de/rdiff/ISMAR/IarAbstractArBrowserIGD IarAbstractArIndustryInterestGroup [v1.3], by <a class="twikiLink" href="../../Main/GudrunKlinker.html">GudrunKlinker</a> http://campar.in.tum.de/view/ISMAR/IarAbstractArIndustryInterestGroup?t=2005-10-20T22:04Z Workshop on Industrial Augmented Reality Werner Schreiber, Volkswagen AG Report on the Post-ARVIKA Industry-based AR Interest Group Abstract After finishing the German ... (last changed by GudrunKlinker) 2005-10-20T22:04Z GudrunKlinker 1.3 updated major http://campar.in.tum.de/rdiff/ISMAR/IarAbstractArIndustryInterestGroup http://campar.in.tum.de/rdiff/ISMAR/IarAbstractArIndustryInterestGroup IarAbstractCanon [v1.4], by <a class="twikiLink" href="../../Main/GudrunKlinker.html">GudrunKlinker</a> http://campar.in.tum.de/view/ISMAR/IarAbstractCanon?t=2005-10-20T22:03Z Workshop on Industrial Augmented Reality Toshikazu Ohshima, Human Machine Perception Laboratory, Canon Inc Applying MR Technologies to Product Exhibition at Canon ... (last changed by GudrunKlinker) 2005-10-20T22:03Z GudrunKlinker 1.4 updated major http://campar.in.tum.de/rdiff/ISMAR/IarAbstractCanon http://campar.in.tum.de/rdiff/ISMAR/IarAbstractCanon IarAbstractAMIRE [v1.2], by <a class="twikiLink" href="../../Main/GudrunKlinker.html">GudrunKlinker</a> http://campar.in.tum.de/view/ISMAR/IarAbstractAMIRE?t=2005-10-18T14:39Z Workshop on Industrial Augmented Reality Michael Haller, FH Hagenberg Authoring the Impossible? (AMIRE toolkit) Abstract The implementation of industrial applications ... (last changed by GudrunKlinker) 2005-10-18T14:39Z GudrunKlinker 1.2 updated major http://campar.in.tum.de/rdiff/ISMAR/IarAbstractAMIRE http://campar.in.tum.de/rdiff/ISMAR/IarAbstractAMIRE IarAbstractAMRA [v1.2], by <a class="twikiLink" href="../../Main/GudrunKlinker.html">GudrunKlinker</a> http://campar.in.tum.de/view/ISMAR/IarAbstractAMRA?t=2005-10-18T14:37Z Workshop on Industrial Augmented Reality Jean-Yves Didier, Laboratoire Systèmes Complexes AMRA: Augmented Reality Assistance in Train Maintenance Tasks Abstract The ... (last changed by GudrunKlinker) 2005-10-18T14:37Z GudrunKlinker 1.2 updated major http://campar.in.tum.de/rdiff/ISMAR/IarAbstractAMRA http://campar.in.tum.de/rdiff/ISMAR/IarAbstractAMRA IarAbstractART [v1.3], by <a class="twikiLink" href="../../Main/GudrunKlinker.html">GudrunKlinker</a> http://campar.in.tum.de/view/ISMAR/IarAbstractART?t=2005-10-14T11:28Z Workshop on Industrial Augmented Reality Konrad Zürl, A.R.T. !GmbH The Achilles´ Heels of Optical Tracking Systems: Occlusions and Optical Interferences – A.R.T. ... (last changed by GudrunKlinker) 2005-10-14T11:28Z GudrunKlinker 1.3 updated major http://campar.in.tum.de/rdiff/ISMAR/IarAbstractART http://campar.in.tum.de/rdiff/ISMAR/IarAbstractART IarAbstractBbc [v1.4], by <a class="twikiLink" href="../../Main/GudrunKlinker.html">GudrunKlinker</a> http://campar.in.tum.de/view/ISMAR/IarAbstractBbc?t=2005-10-14T11:21Z Workshop on Industrial Augmented Reality Graham Thomas, BBC Applications of AR in Broadcasting Abstract The incorporation of 3D graphics in TV programmes in real ... (last changed by GudrunKlinker) 2005-10-14T11:21Z GudrunKlinker 1.4 updated major http://campar.in.tum.de/rdiff/ISMAR/IarAbstractBbc http://campar.in.tum.de/rdiff/ISMAR/IarAbstractBbc IarAbstractArToolKit [v1.2], by <a class="twikiLink" href="../../Main/GudrunKlinker.html">GudrunKlinker</a> http://campar.in.tum.de/view/ISMAR/IarAbstractArToolKit?t=2005-10-14T11:03Z Workshop on Industrial Augmented Reality Hirokazu Kato (Osaka University), Mark Billinghurst (HIT Lab NZ) Potential of the !ARToolKit for Use in Industrial AR Applications ... (last changed by GudrunKlinker) 2005-10-14T11:03Z GudrunKlinker 1.2 updated major http://campar.in.tum.de/rdiff/ISMAR/IarAbstractArToolKit http://campar.in.tum.de/rdiff/ISMAR/IarAbstractArToolKit IarAbstractDART [v1.3], by <a class="twikiLink" href="../../Main/GudrunKlinker.html">GudrunKlinker</a> http://campar.in.tum.de/view/ISMAR/IarAbstractDART?t=2005-10-14T10:52Z Workshop on Industrial Augmented Reality Maribeth Gandy and Blair !MacIntyre, Georgia Institute of Technology The DART Project: Building Real Tools for Real People ... (last changed by GudrunKlinker) 2005-10-14T10:52Z GudrunKlinker 1.3 updated major http://campar.in.tum.de/rdiff/ISMAR/IarAbstractDART http://campar.in.tum.de/rdiff/ISMAR/IarAbstractDART IarAbstractARTag [v1.2], by <a class="twikiLink" href="../../Main/GudrunKlinker.html">GudrunKlinker</a> http://campar.in.tum.de/view/ISMAR/IarAbstractARTag?t=2005-10-14T10:28Z Workshop on Industrial Augmented Reality Mark Fiala, National Research Council of Canada ARTag Rev2 Fiducial Marker System: Vision based Tracking for AR Abstract ... (last changed by GudrunKlinker) 2005-10-14T10:28Z GudrunKlinker 1.2 updated major http://campar.in.tum.de/rdiff/ISMAR/IarAbstractARTag http://campar.in.tum.de/rdiff/ISMAR/IarAbstractARTag AdvanceProgram [v1.19], by <a class="twikiLink" href="../../Main/JoergTraub.html">JoergTraub</a> http://campar.in.tum.de/view/ISMAR/AdvanceProgram?t=2005-10-03T15:07Z Advance Program TOC{depth "2"} Download Advance Program for ISMAR 05 (pdf) Program Wednesday Oct 5 8:00am-8:45am Registration (at Siemens Forum) 8:30am-5:00pm Workshop ... (last changed by JoergTraub) 2005-10-03T15:07Z JoergTraub 1.19 updated major http://campar.in.tum.de/rdiff/ISMAR/AdvanceProgram http://campar.in.tum.de/rdiff/ISMAR/AdvanceProgram HandHeldAugmentedReality [v1.6], by <a class="twikiLink" href="../../Main/JoergTraub.html">JoergTraub</a> http://campar.in.tum.de/view/ISMAR/HandHeldAugmentedReality?t=2005-10-03T15:03Z Hand-Held Augmented Reality Panel Discussion at the fourth International Symposium on Mixed and Augmented Reaality. Friday, Oct. 7, 2005 Panel Tolga Capin, Nokia ... (last changed by JoergTraub) 2005-10-03T15:03Z JoergTraub 1.6 updated major http://campar.in.tum.de/rdiff/ISMAR/HandHeldAugmentedReality http://campar.in.tum.de/rdiff/ISMAR/HandHeldAugmentedReality BlackBoard [v1.8], by <a class="twikiLink" href="../../Main/MarcSchneberger.html">MarcSchneberger</a> http://campar.in.tum.de/view/ISMAR/BlackBoard?t=2005-09-28T14:33Z The ISMAR Blackboard Open research positions, student opportunities, job offers by research labs and companies related to ISMAR. You have something that should be ... (last changed by MarcSchneberger) 2005-09-28T14:33Z MarcSchneberger 1.8 updated major http://campar.in.tum.de/rdiff/ISMAR/BlackBoard http://campar.in.tum.de/rdiff/ISMAR/BlackBoard GeneralInfo [v1.13], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/ISMAR/GeneralInfo?t=2005-09-14T12:27Z General Information ISMAR05 is sponsored by IEEE Computer Society and the Östereischische Akademie der Wissenschaften. In cooperation with ACM and EUROGRAPHICS (pending ... (last changed by MartinBauer) 2005-09-14T12:27Z MartinBauer 1.13 updated major http://campar.in.tum.de/rdiff/ISMAR/GeneralInfo http://campar.in.tum.de/rdiff/ISMAR/GeneralInfo WebStatistics [v1.1488], by Main.guest http://campar.in.tum.de/view/ISMAR07TT/WebStatistics?t=2021-10-20T17:23Z Statistics for ISMAR07TT Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Oct 2021 493 0 ... (last changed by guest) 2021-10-20T17:23Z guest 1.1488 updated major http://campar.in.tum.de/rdiff/ISMAR07TT/WebStatistics http://campar.in.tum.de/rdiff/ISMAR07TT/WebStatistics WebHome [v1.36], by <a class="twikiLink" href="../../Main/SelimBenhimane.html">SelimBenhimane</a> http://campar.in.tum.de/view/ISMAR07TT/WebHome?t=2007-10-26T10:47Z BR BR BR ISMAR 2007 Tutorial in Computer Vision for AR: Rigid and Deformable Tracking using Markers or Scene Features TOC Summary In this tutorial, we aim to give ... (last changed by SelimBenhimane) 2007-10-26T10:47Z SelimBenhimane 1.36 updated major http://campar.in.tum.de/rdiff/ISMAR07TT/WebHome http://campar.in.tum.de/rdiff/ISMAR07TT/WebHome WebTopBar [v1.9], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/ISMAR07TT/WebTopBar?t=2007-09-11T14:05Z document.title "ISMAR 2007 Tutorial:: Rigid and Deformable Tracking using Markers or Scene Features"; self.name "TT2007"; self.defaultStatus "ISMAR 2007 Tutorial ... (last changed by MartinHorn) 2007-09-11T14:05Z MartinHorn 1.9 updated major http://campar.in.tum.de/rdiff/ISMAR07TT/WebTopBar http://campar.in.tum.de/rdiff/ISMAR07TT/WebTopBar WebBottomBar [v1.5], by <a class="twikiLink" href="../../Main/SelimBenhimane.html">SelimBenhimane</a> http://campar.in.tum.de/view/ISMAR07TT/WebBottomBar?t=2007-07-22T15:32Z 2007, S. Benhimane (TUM, Germany), V. Lepetit (EPFL, Switzerland), A. Bartoli (LASMEA, France). Contact for organizatorial issues and web content humbugfy("benhiman ... (last changed by SelimBenhimane) 2007-07-22T15:32Z SelimBenhimane 1.5 updated major http://campar.in.tum.de/rdiff/ISMAR07TT/WebBottomBar http://campar.in.tum.de/rdiff/ISMAR07TT/WebBottomBar WebLeftBar [v1.6], by <a class="twikiLink" href="../../Main/SelimBenhimane.html">SelimBenhimane</a> http://campar.in.tum.de/view/ISMAR07TT/WebLeftBar?t=2007-07-22T15:27Z Home Changes Index Search ISMAR 2007 (last changed by SelimBenhimane) 2007-07-22T15:27Z SelimBenhimane 1.6 updated major http://campar.in.tum.de/rdiff/ISMAR07TT/WebLeftBar http://campar.in.tum.de/rdiff/ISMAR07TT/WebLeftBar PatternSkin [v1.1], by <a class="twikiLink" href="../../Main/JoergTraub.html">JoergTraub</a> http://campar.in.tum.de/view/ISMAR07TT/PatternSkin?t=2007-07-18T14:53Z PatternSkin (last changed by JoergTraub) 2007-07-18T14:53Z JoergTraub 1.1 updated major http://campar.in.tum.de/rdiff/ISMAR07TT/PatternSkin http://campar.in.tum.de/rdiff/ISMAR07TT/PatternSkin WebPreferences [v1.11], by <a class="twikiLink" href="../../Main/JoergTraub.html">JoergTraub</a> http://campar.in.tum.de/view/ISMAR07TT/WebPreferences?t=2007-04-04T13:04Z ISMAR07TT Web Preferences The following settings are web preferences of the ISMAR07TT web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by JoergTraub) 2007-04-04T13:04Z JoergTraub 1.11 updated major http://campar.in.tum.de/rdiff/ISMAR07TT/WebPreferences http://campar.in.tum.de/rdiff/ISMAR07TT/WebPreferences WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/ISMAR07TT/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this ISMAR07TT web. This is a convenient service, so you do not have to ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/ISMAR07TT/WebNotify http://campar.in.tum.de/rdiff/ISMAR07TT/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/ISMAR07TT/WebRss?t=2004-08-16T03:27Z TWiki's ISMAR07TT web SCRIPTURL /view SCRIPTSUFFIX /ISMAR07TT The ISMAR07TT web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/ISMAR07TT/WebRss http://campar.in.tum.de/rdiff/ISMAR07TT/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/ISMAR07TT/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/ISMAR07TT/WebSearchAdvanced http://campar.in.tum.de/rdiff/ISMAR07TT/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/ISMAR07TT/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/ISMAR07TT/WebIndex http://campar.in.tum.de/rdiff/ISMAR07TT/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/ISMAR07TT/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/ISMAR07TT/WebTopicList http://campar.in.tum.de/rdiff/ISMAR07TT/WebTopicList WebChanges [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/ISMAR07TT/WebChanges?t=2001-08-16T19:58Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by PeterThoeny) 2001-08-16T19:58Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/ISMAR07TT/WebChanges http://campar.in.tum.de/rdiff/ISMAR07TT/WebChanges WebSearch [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/ISMAR07TT/WebSearch?t=2001-08-08T05:26Z INCLUDE{" TWIKIWEB .WebSearch"} (last changed by PeterThoeny) 2001-08-08T05:26Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/ISMAR07TT/WebSearch http://campar.in.tum.de/rdiff/ISMAR07TT/WebSearch WebStatistics [v1.1035], by Main.guest http://campar.in.tum.de/view/ISMAR08IAR/WebStatistics?t=2021-10-16T10:10Z Statistics for ISMAR08IAR Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Oct 2021 381 0 ... (last changed by guest) 2021-10-16T10:10Z guest 1.1035 updated major http://campar.in.tum.de/rdiff/ISMAR08IAR/WebStatistics http://campar.in.tum.de/rdiff/ISMAR08IAR/WebStatistics WebHome [v1.26], by <a class="twikiLink" href="../../Main/SelimBenhimane.html">SelimBenhimane</a> http://campar.in.tum.de/view/ISMAR08IAR/WebHome?t=2008-09-24T09:31Z BR BR BR ISMAR 2008 : Workshop on Industrial Augmented Reality: Needs and Solutions TOC Summary As the interest and the development of Augmented Reality (AR) is growing ... (last changed by SelimBenhimane) 2008-09-24T09:31Z SelimBenhimane 1.26 updated major http://campar.in.tum.de/rdiff/ISMAR08IAR/WebHome http://campar.in.tum.de/rdiff/ISMAR08IAR/WebHome WebLeftBar [v1.3], by <a class="twikiLink" href="../../Main/SelimBenhimane.html">SelimBenhimane</a> http://campar.in.tum.de/view/ISMAR08IAR/WebLeftBar?t=2008-07-25T15:51Z Home Changes Index Search ISMAR 2008 (last changed by SelimBenhimane) 2008-07-25T15:51Z SelimBenhimane 1.3 updated major http://campar.in.tum.de/rdiff/ISMAR08IAR/WebLeftBar http://campar.in.tum.de/rdiff/ISMAR08IAR/WebLeftBar WebBottomBar [v1.2], by <a class="twikiLink" href="../../Main/SelimBenhimane.html">SelimBenhimane</a> http://campar.in.tum.de/view/ISMAR08IAR/WebBottomBar?t=2008-07-25T15:51Z 2007, S. Benhimane (TUM), G. Klinker (TUM), R. Rabaetje (Volkswagen AG), B. Thomas (Uni SA). Contact for organizatorial issues and web content humbugfy("benhiman ... (last changed by SelimBenhimane) 2008-07-25T15:51Z SelimBenhimane 1.2 updated major http://campar.in.tum.de/rdiff/ISMAR08IAR/WebBottomBar http://campar.in.tum.de/rdiff/ISMAR08IAR/WebBottomBar WebTopBar [v1.5], by <a class="twikiLink" href="../../Main/SelimBenhimane.html">SelimBenhimane</a> http://campar.in.tum.de/view/ISMAR08IAR/WebTopBar?t=2008-07-25T15:47Z document.title "ISMAR 2008 : Workshop on Industrial Augmented Reality: Needs and Solutions"; self.name "IAR2007"; self.defaultStatus "ISMAR 2008 : Workshop on Industrial ... (last changed by SelimBenhimane) 2008-07-25T15:47Z SelimBenhimane 1.5 updated major http://campar.in.tum.de/rdiff/ISMAR08IAR/WebTopBar http://campar.in.tum.de/rdiff/ISMAR08IAR/WebTopBar WebPreferences [v1.10], by <a class="twikiLink" href="../../Main/JoergTraub.html">JoergTraub</a> http://campar.in.tum.de/view/ISMAR08IAR/WebPreferences?t=2008-07-23T23:15Z ISMAR08IAR Web Preferences The following settings are web preferences of the ISMAR08IAR web. These preferences overwrite the site-level preferences in TWIKIWEB . ... (last changed by JoergTraub) 2008-07-23T23:15Z JoergTraub 1.10 updated major http://campar.in.tum.de/rdiff/ISMAR08IAR/WebPreferences http://campar.in.tum.de/rdiff/ISMAR08IAR/WebPreferences WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/ISMAR08IAR/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this ISMAR08IAR web. This is a convenient service, so you do not have to ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/ISMAR08IAR/WebNotify http://campar.in.tum.de/rdiff/ISMAR08IAR/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/ISMAR08IAR/WebRss?t=2004-08-16T03:27Z TWiki's ISMAR08IAR web SCRIPTURL /view SCRIPTSUFFIX /ISMAR08IAR The ISMAR08IAR web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/ISMAR08IAR/WebRss http://campar.in.tum.de/rdiff/ISMAR08IAR/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/ISMAR08IAR/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/ISMAR08IAR/WebSearchAdvanced http://campar.in.tum.de/rdiff/ISMAR08IAR/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/ISMAR08IAR/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/ISMAR08IAR/WebIndex http://campar.in.tum.de/rdiff/ISMAR08IAR/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/ISMAR08IAR/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/ISMAR08IAR/WebTopicList http://campar.in.tum.de/rdiff/ISMAR08IAR/WebTopicList WebChanges [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/ISMAR08IAR/WebChanges?t=2001-08-16T19:58Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by PeterThoeny) 2001-08-16T19:58Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/ISMAR08IAR/WebChanges http://campar.in.tum.de/rdiff/ISMAR08IAR/WebChanges WebSearch [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/ISMAR08IAR/WebSearch?t=2001-08-08T05:26Z INCLUDE{" TWIKIWEB .WebSearch"} (last changed by PeterThoeny) 2001-08-08T05:26Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/ISMAR08IAR/WebSearch http://campar.in.tum.de/rdiff/ISMAR08IAR/WebSearch WebStatistics [v1.461], by Main.guest http://campar.in.tum.de/view/ImVis2014/WebStatistics?t=2021-09-17T05:23Z Statistics for ImVis2014 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 150 0 ... (last changed by guest) 2021-09-17T05:23Z guest 1.461 updated major http://campar.in.tum.de/rdiff/ImVis2014/WebStatistics http://campar.in.tum.de/rdiff/ImVis2014/WebStatistics Program [v1.36], by <a class="twikiLink" href="../../Main/MilenaIlic.html">MilenaIlic</a> http://campar.in.tum.de/view/ImVis2014/Program?t=2016-03-14T14:27Z ImVis Program 2014 Program Flyer Please download the PDF version of the program flyer. Schedule Program (May 5th, subject to change, please refer to PDF for detailed ... (last changed by MilenaIlic) 2016-03-14T14:27Z MilenaIlic 1.36 updated major http://campar.in.tum.de/rdiff/ImVis2014/Program http://campar.in.tum.de/rdiff/ImVis2014/Program WebTopBar [v1.18], by <a class="twikiLink" href="../../Main/NicolaRieke.html">NicolaRieke</a> http://campar.in.tum.de/view/ImVis2014/WebTopBar?t=2015-01-27T08:20Z (last changed by NicolaRieke) 2015-01-27T08:20Z NicolaRieke 1.18 updated major http://campar.in.tum.de/rdiff/ImVis2014/WebTopBar http://campar.in.tum.de/rdiff/ImVis2014/WebTopBar Slides [v1.11], by <a class="twikiLink" href="../../Main/OliverZettinig.html">OliverZettinig</a> http://campar.in.tum.de/view/ImVis2014/Slides?t=2014-06-04T17:55Z Slides Here you can find a list of the shared slides as PDF of !ImVis 2014. In case your talk is missing, or you need the login credentials, please contact Oliver ... (last changed by OliverZettinig) 2014-06-04T17:55Z OliverZettinig 1.11 updated major http://campar.in.tum.de/rdiff/ImVis2014/Slides http://campar.in.tum.de/rdiff/ImVis2014/Slides Media [v1.2], by <a class="twikiLink" href="../../Main/OliverZettinig.html">OliverZettinig</a> http://campar.in.tum.de/view/ImVis2014/Media?t=2014-06-02T14:47Z Media You can find pictures and videos of the event on our OwnCloud Server. Public upload is enabled, but please use with care , and ask if you need your own folder ... (last changed by OliverZettinig) 2014-06-02T14:47Z OliverZettinig 1.2 updated major http://campar.in.tum.de/rdiff/ImVis2014/Media http://campar.in.tum.de/rdiff/ImVis2014/Media WebLeftBar [v1.28], by <a class="twikiLink" href="../../Main/OliverZettinig.html">OliverZettinig</a> http://campar.in.tum.de/view/ImVis2014/WebLeftBar?t=2014-05-26T10:24Z Home Program Slides Venue Activities Pictures and Videos Participants Registration Travel Contact (last changed by OliverZettinig) 2014-05-26T10:24Z OliverZettinig 1.28 updated major http://campar.in.tum.de/rdiff/ImVis2014/WebLeftBar http://campar.in.tum.de/rdiff/ImVis2014/WebLeftBar Activities [v1.22], by <a class="twikiLink" href="../../Main/RichardBrosig.html">RichardBrosig</a> http://campar.in.tum.de/view/ImVis2014/Activities?t=2014-05-20T15:54Z Activities Innsbruck, a city located right in the middle of the Austrian Alps, offers a wide range of activities. Closed in by steep mountain ridges in the North ... (last changed by RichardBrosig) 2014-05-20T15:54Z RichardBrosig 1.22 updated major http://campar.in.tum.de/rdiff/ImVis2014/Activities http://campar.in.tum.de/rdiff/ImVis2014/Activities Travel [v1.104], by <a class="twikiLink" href="../../Main/TingyingPeng.html">TingyingPeng</a> http://campar.in.tum.de/view/ImVis2014/Travel?t=2014-05-18T19:25Z Travel Bus We will have a bus to bring us from Munich to Innsbruck and back. The bus will depart from ZOB in Munich. The bus will leave at 09:30 a.m., so please be ... (last changed by TingyingPeng) 2014-05-18T19:25Z TingyingPeng 1.104 updated major http://campar.in.tum.de/rdiff/ImVis2014/Travel http://campar.in.tum.de/rdiff/ImVis2014/Travel Participants [v1.157], by <a class="twikiLink" href="../../Main/OliverZettinig.html">OliverZettinig</a> http://campar.in.tum.de/view/ImVis2014/Participants?t=2014-05-07T14:09Z Participants REGISTRATION CLOSED! If you are not on the list but still want to join, please ask us. !ImVis 2014 will be 4 days, so lots of time to spend. Innsbruck ... (last changed by OliverZettinig) 2014-05-07T14:09Z OliverZettinig 1.157 updated major http://campar.in.tum.de/rdiff/ImVis2014/Participants http://campar.in.tum.de/rdiff/ImVis2014/Participants Registration [v1.11], by <a class="twikiLink" href="../../Main/OliverZettinig.html">OliverZettinig</a> http://campar.in.tum.de/view/ImVis2014/Registration?t=2014-04-16T09:27Z Registration Please register external !PhD students and other external guests through this form. The price per student is fixed to 980 € , which includes registration ... (last changed by OliverZettinig) 2014-04-16T09:27Z OliverZettinig 1.11 updated major http://campar.in.tum.de/rdiff/ImVis2014/Registration http://campar.in.tum.de/rdiff/ImVis2014/Registration LasserXpress [v1.1], by <a class="twikiLink" href="../../Main/JoseGardiazabal.html">JoseGardiazabal</a> http://campar.in.tum.de/view/ImVis2014/LasserXpress?t=2014-04-11T14:18Z LasserXpress http://media-cache-ak0.pinimg.com/originals/f7/73/21/f773218e34c0718087fc1253e4587f36.jpg (last changed by JoseGardiazabal) 2014-04-11T14:18Z JoseGardiazabal 1.1 updated major http://campar.in.tum.de/rdiff/ImVis2014/LasserXpress http://campar.in.tum.de/rdiff/ImVis2014/LasserXpress Venue [v1.12], by <a class="twikiLink" href="../../Main/OliverZettinig.html">OliverZettinig</a> http://campar.in.tum.de/view/ImVis2014/Venue?t=2014-04-07T10:43Z Venue The workshop takes place at the Haus Marillac directly at the Inn river in Innsbruck, Austria. The venue is a former part of a monastery but was renovated a ... (last changed by OliverZettinig) 2014-04-07T10:43Z OliverZettinig 1.12 updated major http://campar.in.tum.de/rdiff/ImVis2014/Venue http://campar.in.tum.de/rdiff/ImVis2014/Venue ContactInfo [v1.8], by <a class="twikiLink" href="../../Main/OliverZettinig.html">OliverZettinig</a> http://campar.in.tum.de/view/ImVis2014/ContactInfo?t=2014-03-26T12:44Z !ImVis 2014 organizer contact information Organizers Cell number Email Oliver Zettinig 49 176 34613255 (in advance) or 43 664 4969128 (during !ImVis) oliver.zettinig ... (last changed by OliverZettinig) 2014-03-26T12:44Z OliverZettinig 1.8 updated major http://campar.in.tum.de/rdiff/ImVis2014/ContactInfo http://campar.in.tum.de/rdiff/ImVis2014/ContactInfo WebHome [v1.85], by <a class="twikiLink" href="../../Main/OliverZettinig.html">OliverZettinig</a> http://campar.in.tum.de/view/ImVis2014/WebHome?t=2014-03-26T12:34Z Workshop on Advanced Imaging and Visualization (!ImVis) 2014 News 2014-05-26 : Please send Oliver the slides of your talk. 2014-03-17 : Registration open 2014-02 ... (last changed by OliverZettinig) 2014-03-26T12:34Z OliverZettinig 1.85 updated major http://campar.in.tum.de/rdiff/ImVis2014/WebHome http://campar.in.tum.de/rdiff/ImVis2014/WebHome Alumni [v1.2], by <a class="twikiLink" href="../../Main/OliverZettinig.html">OliverZettinig</a> http://campar.in.tum.de/view/ImVis2014/Alumni?t=2014-02-13T13:39Z Alumni to be announced soon (last changed by OliverZettinig) 2014-02-13T13:39Z OliverZettinig 1.2 updated major http://campar.in.tum.de/rdiff/ImVis2014/Alumni http://campar.in.tum.de/rdiff/ImVis2014/Alumni CarSharing [v1.1], by <a class="twikiLink" href="../../Main/PhilippMatthies.html">PhilippMatthies</a> http://campar.in.tum.de/view/ImVis2014/CarSharing?t=2012-11-12T17:18Z CarSharing Bus (last changed by PhilippMatthies) 2012-11-12T17:18Z PhilippMatthies 1.1 updated major http://campar.in.tum.de/rdiff/ImVis2014/CarSharing http://campar.in.tum.de/rdiff/ImVis2014/CarSharing WebStatistics [v1.471], by Main.guest http://campar.in.tum.de/view/ImVis2015/WebStatistics?t=2021-09-23T06:44Z Statistics for ImVis2015 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 407 0 ... (last changed by guest) 2021-09-23T06:44Z guest 1.471 updated major http://campar.in.tum.de/rdiff/ImVis2015/WebStatistics http://campar.in.tum.de/rdiff/ImVis2015/WebStatistics ContactInfo [v1.3], by <a class="twikiLink" href="../../Main/AsliOkur.html">AsliOkur</a> http://campar.in.tum.de/view/ImVis2015/ContactInfo?t=2016-01-12T13:16Z !ImVis 2015 organizer contact information Organizers Phone number Email Nicola Rieke nicola.rieke@tum.de Matthias Wieczorek wieczore@in.tum.de Christian Rupprecht ... (last changed by AsliOkur) 2016-01-12T13:16Z AsliOkur 1.3 updated major http://campar.in.tum.de/rdiff/ImVis2015/ContactInfo http://campar.in.tum.de/rdiff/ImVis2015/ContactInfo Slides [v1.6], by <a class="twikiLink" href="../../Main/MatthiasWieczorek.html">MatthiasWieczorek</a> http://campar.in.tum.de/view/ImVis2015/Slides?t=2015-05-20T11:16Z Slides Here you can find a list of the shared slides as PDF of !ImVis 2015. In case your talk is missing, or you need the login credentials, please contact Matthias ... (last changed by MatthiasWieczorek) 2015-05-20T11:16Z MatthiasWieczorek 1.6 updated major http://campar.in.tum.de/rdiff/ImVis2015/Slides http://campar.in.tum.de/rdiff/ImVis2015/Slides WebLeftBar [v1.30], by <a class="twikiLink" href="../../Main/MatthiasWieczorek.html">MatthiasWieczorek</a> http://campar.in.tum.de/view/ImVis2015/WebLeftBar?t=2015-05-19T05:54Z Home Program Slides Venue Activities Participants Registration Travel Contact (last changed by MatthiasWieczorek) 2015-05-19T05:54Z MatthiasWieczorek 1.30 updated major http://campar.in.tum.de/rdiff/ImVis2015/WebLeftBar http://campar.in.tum.de/rdiff/ImVis2015/WebLeftBar Travel [v1.67], by <a class="twikiLink" href="../../Main/KanishkaSharma.html">KanishkaSharma</a> http://campar.in.tum.de/view/ImVis2015/Travel?t=2015-05-10T10:33Z Travel Bus We will have a bus again to bring us from Munich to Faak and back. The bus will depart from ZOB in Munich. EDITTABLE{format " textarea, 1x40 " changerows ... (last changed by KanishkaSharma) 2015-05-10T10:33Z KanishkaSharma 1.67 updated major http://campar.in.tum.de/rdiff/ImVis2015/Travel http://campar.in.tum.de/rdiff/ImVis2015/Travel WebHome [v1.93], by <a class="twikiLink" href="../../Main/NicolaRieke.html">NicolaRieke</a> http://campar.in.tum.de/view/ImVis2015/WebHome?t=2015-05-08T08:26Z Workshop on Advanced Imaging and Visualization (!ImVis) 2015 News The bus will depart on Sunday, May 10th, 13:45, from Munich ZOB. Please be on time! Venue Date The ... (last changed by NicolaRieke) 2015-05-08T08:26Z NicolaRieke 1.93 updated major http://campar.in.tum.de/rdiff/ImVis2015/WebHome http://campar.in.tum.de/rdiff/ImVis2015/WebHome Program [v1.13], by <a class="twikiLink" href="../../Main/MatthiasWieczorek.html">MatthiasWieczorek</a> http://campar.in.tum.de/view/ImVis2015/Program?t=2015-05-04T06:40Z ImVis Program 2015 Program Flyer Please download the PDF version of the program flyer and the PDF version of the list of talks Schedule Preliminary program (28.04 ... (last changed by MatthiasWieczorek) 2015-05-04T06:40Z MatthiasWieczorek 1.13 updated major http://campar.in.tum.de/rdiff/ImVis2015/Program http://campar.in.tum.de/rdiff/ImVis2015/Program Participants [v1.67], by <a class="twikiLink" href="../../Main/ChristianSchulteZuBerge.html">ChristianSchulteZuBerge</a> http://campar.in.tum.de/view/ImVis2015/Participants?t=2015-04-28T15:55Z Participants Update 16.04.2015: REGISTRATION CLOSED! Please also put your name in one of the travel lists , too. Note for external !PhDs only: Please also register ... (last changed by ChristianSchulteZuBerge) 2015-04-28T15:55Z ChristianSchulteZuBerge 1.67 updated major http://campar.in.tum.de/rdiff/ImVis2015/Participants http://campar.in.tum.de/rdiff/ImVis2015/Participants Registration [v1.8], by <a class="twikiLink" href="../../Main/NicolaRieke.html">NicolaRieke</a> http://campar.in.tum.de/view/ImVis2015/Registration?t=2015-04-16T07:09Z Registration Please register external !PhD students and other external guests through this form. The price per student is fixed to 980 € , which includes registration ... (last changed by NicolaRieke) 2015-04-16T07:09Z NicolaRieke 1.8 updated major http://campar.in.tum.de/rdiff/ImVis2015/Registration http://campar.in.tum.de/rdiff/ImVis2015/Registration Activities [v1.4], by <a class="twikiLink" href="../../Main/MatthiasWieczorek.html">MatthiasWieczorek</a> http://campar.in.tum.de/view/ImVis2015/Activities?t=2015-02-06T11:40Z Activities (last changed by MatthiasWieczorek) 2015-02-06T11:40Z MatthiasWieczorek 1.4 updated major http://campar.in.tum.de/rdiff/ImVis2015/Activities http://campar.in.tum.de/rdiff/ImVis2015/Activities WebTopBar [v1.19], by <a class="twikiLink" href="../../Main/PhilippMatthies.html">PhilippMatthies</a> http://campar.in.tum.de/view/ImVis2015/WebTopBar?t=2015-01-27T08:45Z (last changed by PhilippMatthies) 2015-01-27T08:45Z PhilippMatthies 1.19 updated major http://campar.in.tum.de/rdiff/ImVis2015/WebTopBar http://campar.in.tum.de/rdiff/ImVis2015/WebTopBar Venue [v1.1], by <a class="twikiLink" href="../../Main/NicolaRieke.html">NicolaRieke</a> http://campar.in.tum.de/view/ImVis2015/Venue?t=2015-01-19T17:52Z Venue The seminar takes place at the Bundessport- und Freizeitzentrum directly at the waterfront of the idyllic lake Faak in Kärnten, Austria. Bundessport- und Freizeitzentrum ... (last changed by NicolaRieke) 2015-01-19T17:52Z NicolaRieke 1.1 updated major http://campar.in.tum.de/rdiff/ImVis2015/Venue http://campar.in.tum.de/rdiff/ImVis2015/Venue WebPreferences [v1.13], by <a class="twikiLink" href="../../Main/PhilippMatthies.html">PhilippMatthies</a> http://campar.in.tum.de/view/ImVis2015/WebPreferences?t=2014-12-18T15:44Z ImVis2015 Web Preferences The following settings are web preferences of the ImVis2015 web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by PhilippMatthies) 2014-12-18T15:44Z PhilippMatthies 1.13 updated major http://campar.in.tum.de/rdiff/ImVis2015/WebPreferences http://campar.in.tum.de/rdiff/ImVis2015/WebPreferences WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/ImVis2015/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/ImVis2015/WebBottomBar http://campar.in.tum.de/rdiff/ImVis2015/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/ImVis2015/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this ImVis2015 web. This is a convenient service, so you do not have to ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/ImVis2015/WebNotify http://campar.in.tum.de/rdiff/ImVis2015/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/ImVis2015/WebRss?t=2004-08-16T03:27Z TWiki's ImVis2015 web SCRIPTURL /view SCRIPTSUFFIX /ImVis2015 The ImVis2015 web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/ImVis2015/WebRss http://campar.in.tum.de/rdiff/ImVis2015/WebRss WebStatistics [v1.368], by Main.guest http://campar.in.tum.de/view/ImVis2016/WebStatistics?t=2021-09-17T05:26Z Statistics for ImVis2016 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 113 0 ... (last changed by guest) 2021-09-17T05:26Z guest 1.368 updated major http://campar.in.tum.de/rdiff/ImVis2016/WebStatistics http://campar.in.tum.de/rdiff/ImVis2016/WebStatistics Participants [v1.110], by <a class="twikiLink" href="../../Main/FelixBork.html">FelixBork</a> http://campar.in.tum.de/view/ImVis2016/Participants?t=2016-05-12T09:43Z Participants Participation is free for CAMPers. However, costs for your family will be charged to you directly. If you are an external !PhD student, please contact ... (last changed by FelixBork) 2016-05-12T09:43Z FelixBork 1.110 updated major http://campar.in.tum.de/rdiff/ImVis2016/Participants http://campar.in.tum.de/rdiff/ImVis2016/Participants Travel [v1.51], by <a class="twikiLink" href="../../Main/RuedigerGoebl.html">RuedigerGoebl</a> http://campar.in.tum.de/view/ImVis2016/Travel?t=2016-05-10T17:41Z Travel Bus We will have a bus again to bring us from Munich to Faak and back. The bus will depart from ZOB in Munich. # Sunday, May 15th, tba, Munich ZOB 1 Ahmad ... (last changed by RuedigerGoebl) 2016-05-10T17:41Z RuedigerGoebl 1.51 updated major http://campar.in.tum.de/rdiff/ImVis2016/Travel http://campar.in.tum.de/rdiff/ImVis2016/Travel Program [v1.6], by <a class="twikiLink" href="../../Main/FelixBork.html">FelixBork</a> http://campar.in.tum.de/view/ImVis2016/Program?t=2016-05-10T14:22Z ImVis Program 2016 Preliminary Schedule Sunday May 15th: Departure from Munich ZOB: 2pm Arrival in Faak (evening) Monday May 16th: Trip to Venice, Italy Departure ... (last changed by FelixBork) 2016-05-10T14:22Z FelixBork 1.6 updated major http://campar.in.tum.de/rdiff/ImVis2016/Program http://campar.in.tum.de/rdiff/ImVis2016/Program Talks [v1.47], by <a class="twikiLink" href="../../Main/MarcoEsposito.html">MarcoEsposito</a> http://campar.in.tum.de/view/ImVis2016/Talks?t=2016-05-10T10:52Z Talks EDITTABLE{format " text, 40 text, 100 " changerows "off" quietsave "off"} TABLE{sort "off"} Person 1 Title Benjamin Gutierrez Becker Learning Metrics for Multimodal ... (last changed by MarcoEsposito) 2016-05-10T10:52Z MarcoEsposito 1.47 updated major http://campar.in.tum.de/rdiff/ImVis2016/Talks http://campar.in.tum.de/rdiff/ImVis2016/Talks WebLeftBar [v1.33], by <a class="twikiLink" href="../../Main/RuedigerGoebl.html">RuedigerGoebl</a> http://campar.in.tum.de/view/ImVis2016/WebLeftBar?t=2016-05-03T11:42Z Home Program Talks Venue Participants Travel Contact (last changed by RuedigerGoebl) 2016-05-03T11:42Z RuedigerGoebl 1.33 updated major http://campar.in.tum.de/rdiff/ImVis2016/WebLeftBar http://campar.in.tum.de/rdiff/ImVis2016/WebLeftBar ContactInfo [v1.3], by <a class="twikiLink" href="../../Main/AsliOkur.html">AsliOkur</a> http://campar.in.tum.de/view/ImVis2016/ContactInfo?t=2016-03-04T11:42Z !ImVis 2016 organizer contact information Organizers Phone number Email Asl #305; Okur asli.okur@tum.de Felix Bork felix.bork@tum.de Philipp Stefan stefanp@in.tum ... (last changed by AsliOkur) 2016-03-04T11:42Z AsliOkur 1.3 updated major http://campar.in.tum.de/rdiff/ImVis2016/ContactInfo http://campar.in.tum.de/rdiff/ImVis2016/ContactInfo WebTopBar [v1.21], by <a class="twikiLink" href="../../Main/AsliOkur.html">AsliOkur</a> http://campar.in.tum.de/view/ImVis2016/WebTopBar?t=2016-01-12T14:07Z (last changed by AsliOkur) 2016-01-12T14:07Z AsliOkur 1.21 updated major http://campar.in.tum.de/rdiff/ImVis2016/WebTopBar http://campar.in.tum.de/rdiff/ImVis2016/WebTopBar WebHome [v1.95], by <a class="twikiLink" href="../../Main/AsliOkur.html">AsliOkur</a> http://campar.in.tum.de/view/ImVis2016/WebHome?t=2016-01-12T13:57Z Workshop on Advanced Imaging and Visualization (!ImVis) 2016 Venue Date The seminar takes place on Sun, May 15th until Fri, 20th 2016 at the Bundessport- und Freizeitzentrum ... (last changed by AsliOkur) 2016-01-12T13:57Z AsliOkur 1.95 updated major http://campar.in.tum.de/rdiff/ImVis2016/WebHome http://campar.in.tum.de/rdiff/ImVis2016/WebHome WebPreferences [v1.14], by <a class="twikiLink" href="../../Main/AsliOkur.html">AsliOkur</a> http://campar.in.tum.de/view/ImVis2016/WebPreferences?t=2016-01-12T13:42Z ImVis2016 Web Preferences The following settings are web preferences of the ImVis2016 web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by AsliOkur) 2016-01-12T13:42Z AsliOkur 1.14 updated major http://campar.in.tum.de/rdiff/ImVis2016/WebPreferences http://campar.in.tum.de/rdiff/ImVis2016/WebPreferences Venue [v1.1], by <a class="twikiLink" href="../../Main/AsliOkur.html">AsliOkur</a> http://campar.in.tum.de/view/ImVis2016/Venue?t=2016-01-12T13:18Z Venue The seminar takes place at the Bundessport- und Freizeitzentrum directly at the waterfront of the idyllic lake Faak in Kärnten, Austria. Bundessport- und Freizeitzentrum ... (last changed by AsliOkur) 2016-01-12T13:18Z AsliOkur 1.1 updated major http://campar.in.tum.de/rdiff/ImVis2016/Venue http://campar.in.tum.de/rdiff/ImVis2016/Venue WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/ImVis2016/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/ImVis2016/WebBottomBar http://campar.in.tum.de/rdiff/ImVis2016/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/ImVis2016/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this ImVis2016 web. This is a convenient service, so you do not have to ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/ImVis2016/WebNotify http://campar.in.tum.de/rdiff/ImVis2016/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/ImVis2016/WebRss?t=2004-08-16T03:27Z TWiki's ImVis2016 web SCRIPTURL /view SCRIPTSUFFIX /ImVis2016 The ImVis2016 web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/ImVis2016/WebRss http://campar.in.tum.de/rdiff/ImVis2016/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/ImVis2016/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/ImVis2016/WebSearchAdvanced http://campar.in.tum.de/rdiff/ImVis2016/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/ImVis2016/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/ImVis2016/WebIndex http://campar.in.tum.de/rdiff/ImVis2016/WebIndex WebStatistics [v1.397], by Main.guest http://campar.in.tum.de/view/ImVis2017/WebStatistics?t=2021-10-17T10:56Z Statistics for ImVis2017 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Oct 2021 118 0 ... (last changed by guest) 2021-10-17T10:56Z guest 1.397 updated major http://campar.in.tum.de/rdiff/ImVis2017/WebStatistics http://campar.in.tum.de/rdiff/ImVis2017/WebStatistics WebLeftBar [v1.34], by <a class="twikiLink" href="../../Main/BeatriceLentes.html">BeatriceLentes</a> http://campar.in.tum.de/view/ImVis2017/WebLeftBar?t=2018-05-16T13:28Z Home Program Talks Venue Participants Travel Contact (last changed by BeatriceLentes) 2018-05-16T13:28Z BeatriceLentes 1.34 updated major http://campar.in.tum.de/rdiff/ImVis2017/WebLeftBar http://campar.in.tum.de/rdiff/ImVis2017/WebLeftBar WebHome [v1.100], by <a class="twikiLink" href="../../Main/BeatriceLentes.html">BeatriceLentes</a> http://campar.in.tum.de/view/ImVis2017/WebHome?t=2017-05-30T12:05Z Workshop on Advanced Imaging and Visualization (!ImVis) 2017 News We hope you enjoyed your time in Faak! See you next year! Downloads Program Flyer Talk Schedule ... (last changed by BeatriceLentes) 2017-05-30T12:05Z BeatriceLentes 1.100 updated major http://campar.in.tum.de/rdiff/ImVis2017/WebHome http://campar.in.tum.de/rdiff/ImVis2017/WebHome Talks [v1.83], by <a class="twikiLink" href="../../Main/PhilippStefan.html">PhilippStefan</a> http://campar.in.tum.de/view/ImVis2017/Talks?t=2017-05-22T05:42Z Talks You can download the talk schedule here Keynote Speakers TABLE{sort "off"} # Name Title 1 Prof. Dr. Dieter Schmalstieg Inverse Rendering for Photorealistic ... (last changed by PhilippStefan) 2017-05-22T05:42Z PhilippStefan 1.83 updated major http://campar.in.tum.de/rdiff/ImVis2017/Talks http://campar.in.tum.de/rdiff/ImVis2017/Talks Travel [v1.58], by <a class="twikiLink" href="../../Main/DavidTan.html">DavidTan</a> http://campar.in.tum.de/view/ImVis2017/Travel?t=2017-05-20T13:05Z Travel Bus We will have a bus again to bring us from Munich to Faak and back. The bus will depart from ZOB in Munich, platform 1. We will meet at 12:30 and depart ... (last changed by DavidTan) 2017-05-20T13:05Z DavidTan 1.58 updated major http://campar.in.tum.de/rdiff/ImVis2017/Travel http://campar.in.tum.de/rdiff/ImVis2017/Travel Venue [v1.3], by <a class="twikiLink" href="../../Main/BeatriceLentes.html">BeatriceLentes</a> http://campar.in.tum.de/view/ImVis2017/Venue?t=2017-05-19T12:07Z Venue The seminar takes place at the Bundessport- und Freizeitzentrum directly at the waterfront of the idyllic lake Faak in Kärnten, Austria. Bundessport- und Freizeitzentrum ... (last changed by BeatriceLentes) 2017-05-19T12:07Z BeatriceLentes 1.3 updated major http://campar.in.tum.de/rdiff/ImVis2017/Venue http://campar.in.tum.de/rdiff/ImVis2017/Venue Program [v1.18], by <a class="twikiLink" href="../../Main/BeatriceLentes.html">BeatriceLentes</a> http://campar.in.tum.de/view/ImVis2017/Program?t=2017-05-18T10:20Z ImVis Program 2017 You can download the program flyer here Sunday 21st 12:30 Meeting at ZOB Munich (platform 1) 13:00 Departure Bus to Faak 17:00 Approx. arrival ... (last changed by BeatriceLentes) 2017-05-18T10:20Z BeatriceLentes 1.18 updated major http://campar.in.tum.de/rdiff/ImVis2017/Program http://campar.in.tum.de/rdiff/ImVis2017/Program Participants [v1.100], by <a class="twikiLink" href="../../Main/BeatriceLentes.html">BeatriceLentes</a> http://campar.in.tum.de/view/ImVis2017/Participants?t=2017-05-17T18:08Z Participants Participation is free for CAMP members. However, costs for your family will be charged to you directly. If you are an external !PhD student, please contact ... (last changed by BeatriceLentes) 2017-05-17T18:08Z BeatriceLentes 1.100 updated major http://campar.in.tum.de/rdiff/ImVis2017/Participants http://campar.in.tum.de/rdiff/ImVis2017/Participants ContactInfo [v1.5], by <a class="twikiLink" href="../../Main/FelixBork.html">FelixBork</a> http://campar.in.tum.de/view/ImVis2017/ContactInfo?t=2017-03-23T13:39Z !Organizational team contact information Organizers Phone number Email Beatrice Lentes 49 173 4095063 beatrice.lentes@tum.de Felix Bork 49 173 7337905 felix.bork ... (last changed by FelixBork) 2017-03-23T13:39Z FelixBork 1.5 updated major http://campar.in.tum.de/rdiff/ImVis2017/ContactInfo http://campar.in.tum.de/rdiff/ImVis2017/ContactInfo ImVis [v1.1], by <a class="twikiLink" href="../../Main/FelixBork.html">FelixBork</a> http://campar.in.tum.de/view/ImVis2017/ImVis?t=2017-03-23T13:25Z ImVis (last changed by FelixBork) 2017-03-23T13:25Z FelixBork 1.1 updated major http://campar.in.tum.de/rdiff/ImVis2017/ImVis http://campar.in.tum.de/rdiff/ImVis2017/ImVis WebTopBar [v1.22], by <a class="twikiLink" href="../../Main/DennisHilla.html">DennisHilla</a> http://campar.in.tum.de/view/ImVis2017/WebTopBar?t=2016-11-29T13:10Z (last changed by DennisHilla) 2016-11-29T13:10Z DennisHilla 1.22 updated major http://campar.in.tum.de/rdiff/ImVis2017/WebTopBar http://campar.in.tum.de/rdiff/ImVis2017/WebTopBar WebPreferences [v1.15], by <a class="twikiLink" href="../../Main/DennisHilla.html">DennisHilla</a> http://campar.in.tum.de/view/ImVis2017/WebPreferences?t=2016-11-28T16:53Z ImVis2017 Web Preferences The following settings are web preferences of the ImVis2017 web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by DennisHilla) 2016-11-28T16:53Z DennisHilla 1.15 updated major http://campar.in.tum.de/rdiff/ImVis2017/WebPreferences http://campar.in.tum.de/rdiff/ImVis2017/WebPreferences WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/ImVis2017/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/ImVis2017/WebBottomBar http://campar.in.tum.de/rdiff/ImVis2017/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/ImVis2017/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this ImVis2017 web. This is a convenient service, so you do not have to ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/ImVis2017/WebNotify http://campar.in.tum.de/rdiff/ImVis2017/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/ImVis2017/WebRss?t=2004-08-16T03:27Z TWiki's ImVis2017 web SCRIPTURL /view SCRIPTSUFFIX /ImVis2017 The ImVis2017 web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/ImVis2017/WebRss http://campar.in.tum.de/rdiff/ImVis2017/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/ImVis2017/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/ImVis2017/WebSearchAdvanced http://campar.in.tum.de/rdiff/ImVis2017/WebSearchAdvanced WebStatistics [v1.1279], by Main.guest http://campar.in.tum.de/view/Japanese/WebStatistics?t=2021-10-20T18:54Z Statistics for Japanese Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Oct 2021 809 0 0 ... (last changed by guest) 2021-10-20T18:54Z guest 1.1279 updated major http://campar.in.tum.de/rdiff/Japanese/WebStatistics http://campar.in.tum.de/rdiff/Japanese/WebStatistics WebHome [v1.32], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/Japanese/WebHome?t=2009-05-26T11:21Z Kursübersicht Lehrplan Semester Lektion #42; Schrift Weiteres Unterrichtsziel (mit schriftlicher Prüfung) 1. 1 bis 5 Hiragana 4 Kanji Einfache Konversation(persönliche ... (last changed by MartinHorn) 2009-05-26T11:21Z MartinHorn 1.32 updated major http://campar.in.tum.de/rdiff/Japanese/WebHome http://campar.in.tum.de/rdiff/Japanese/WebHome MittelStufe2 [v1.4], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/Japanese/MittelStufe2?t=2009-05-19T12:08Z Lehrmaterial für Mittelstufe 2 Grammatik TABLE{ valign "middle" dataalign "center" } Dateityp Beschreibung Dateigröße Semester 4 Partikel Liste 1.165 KB Bewegungen ... (last changed by MartinHorn) 2009-05-19T12:08Z MartinHorn 1.4 updated major http://campar.in.tum.de/rdiff/Japanese/MittelStufe2 http://campar.in.tum.de/rdiff/Japanese/MittelStufe2 WebLeftBar [v1.16], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/Japanese/WebLeftBar?t=2009-05-18T19:19Z Home Werkzeuge Wörterbücher Training Eingabe Literatur Bücher Bestellmöglichkeiten Downloads Lehrmaterial Vorlagen Merkkarten Kontakt Index Suchen (last changed by MartinHorn) 2009-05-18T19:19Z MartinHorn 1.16 updated major http://campar.in.tum.de/rdiff/Japanese/WebLeftBar http://campar.in.tum.de/rdiff/Japanese/WebLeftBar UnterStufe2 [v1.3], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/Japanese/UnterStufe2?t=2009-05-12T15:53Z Lehrmaterial für Unterstufe 2 Vokabeln TABLE{ valign "middle" dataalign "center" } Dateityp Beschreibung Dateigröße Vokablen Lektion 6 mit Romaji 1.354 KB Vokablen ... (last changed by MartinHorn) 2009-05-12T15:53Z MartinHorn 1.3 updated major http://campar.in.tum.de/rdiff/Japanese/UnterStufe2 http://campar.in.tum.de/rdiff/Japanese/UnterStufe2 MittelStufe1 [v1.10], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/Japanese/MittelStufe1?t=2009-02-04T18:05Z Lehrmaterial für Mittelstufe 1 Kanji TABLE{ valign "middle" dataalign "center" } Dateityp Beschreibung Dateigröße Semester 3 Kanji Blatt 1 629 KB Semester 3 Kanji ... (last changed by MartinHorn) 2009-02-04T18:05Z MartinHorn 1.10 updated major http://campar.in.tum.de/rdiff/Japanese/MittelStufe1 http://campar.in.tum.de/rdiff/Japanese/MittelStufe1 JapanischDownloads [v1.10], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/Japanese/JapanischDownloads?t=2009-01-29T19:23Z Lehrmaterial Unterstufe 1 Unterstufe 2 Mittelstufe 1 Mittelstufe 2 Oberstufe 1 Oberstufe 2 Vorlagen Kästchen Vorlage 8mm Kästchen Vorlage 10mm Lernkarten Hiragana ... (last changed by MartinHorn) 2009-01-29T19:23Z MartinHorn 1.10 updated major http://campar.in.tum.de/rdiff/Japanese/JapanischDownloads http://campar.in.tum.de/rdiff/Japanese/JapanischDownloads OberStufe1 [v1.3], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/Japanese/OberStufe1?t=2009-01-28T18:46Z Teaching Materials for Oberstufe 1 Grammatik TABLE{ valign "middle" dataalign "center" } Dateityp Beschreibung Dateigröße da dearu Stil 526 KB Einfachform #12392 ... (last changed by MartinHorn) 2009-01-28T18:46Z MartinHorn 1.3 updated major http://campar.in.tum.de/rdiff/Japanese/OberStufe1 http://campar.in.tum.de/rdiff/Japanese/OberStufe1 UnterStufe1 [v1.7], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/Japanese/UnterStufe1?t=2008-12-06T21:45Z Lehrmaterial für Unterstufe 1 Vokabeln TABLE{ valign "middle" dataalign "center" } Dateityp Beschreibung Dateigröße Wichtige Ausdrücke 214 KB Vokablen basic 382 KB ... (last changed by MartinHorn) 2008-12-06T21:45Z MartinHorn 1.7 updated major http://campar.in.tum.de/rdiff/Japanese/UnterStufe1 http://campar.in.tum.de/rdiff/Japanese/UnterStufe1 KontaktSeite [v1.6], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/Japanese/KontaktSeite?t=2008-12-04T12:18Z Lektorin Japanisch Lektorin am Sprachenzentrum der TUM Yumi Tojima-Herdtle Tel: 089/289-28328 E-Mail: tojima-herdtle@zv.tum.de Administratives Volk Ihr habt Anregungen ... (last changed by MartinHorn) 2008-12-04T12:18Z MartinHorn 1.6 updated major http://campar.in.tum.de/rdiff/Japanese/KontaktSeite http://campar.in.tum.de/rdiff/Japanese/KontaktSeite JapanischWerkzeuge [v1.9], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/Japanese/JapanischWerkzeuge?t=2008-12-04T10:07Z Wörterbücher Web-Basiert Wadoku.de DeutschJapanisch, Forum Denshi Jisho EnglischJapanisch, Kanji-Nachschlagewerk, Beispielsätze Google Translate also offers japanese ... (last changed by MartinHorn) 2008-12-04T10:07Z MartinHorn 1.9 updated major http://campar.in.tum.de/rdiff/Japanese/JapanischWerkzeuge http://campar.in.tum.de/rdiff/Japanese/JapanischWerkzeuge JapanischLiteratur [v1.10], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/Japanese/JapanischLiteratur?t=2008-12-03T20:28Z Literatur Minna no Nihongo Shokyuu 1 Verlag: 3A Corporation ISBN 4-88319-102-8 Minna no Nihongo Shokyuu 1, Übersetzungen Grammatikalische Erklärungen Verlag: 3A Corporation ... (last changed by MartinHorn) 2008-12-03T20:28Z MartinHorn 1.10 updated major http://campar.in.tum.de/rdiff/Japanese/JapanischLiteratur http://campar.in.tum.de/rdiff/Japanese/JapanischLiteratur HausaufgabenMittelstufe [v1.9], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/Japanese/HausaufgabenMittelstufe?t=2008-12-03T20:17Z Hausaufgaben für die Mittelstufe Hausaufgaben 18.11.2008: L12, L13 übersetze #12406; #12435; #12369; #12356; and #12428; #12356; #12406; #12435; (p. 96, p. 104); ... (last changed by MartinHorn) 2008-12-03T20:17Z MartinHorn 1.9 updated major http://campar.in.tum.de/rdiff/Japanese/HausaufgabenMittelstufe http://campar.in.tum.de/rdiff/Japanese/HausaufgabenMittelstufe HausaufgabenOberstufe [v1.2], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/Japanese/HausaufgabenOberstufe?t=2008-12-03T20:16Z HausaufgabenOberstufe (last changed by MartinHorn) 2008-12-03T20:16Z MartinHorn 1.2 updated major http://campar.in.tum.de/rdiff/Japanese/HausaufgabenOberstufe http://campar.in.tum.de/rdiff/Japanese/HausaufgabenOberstufe HausaufgabenUnterstufe [v1.2], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/Japanese/HausaufgabenUnterstufe?t=2008-12-03T20:15Z HausaufgabenUnterstufe (last changed by MartinHorn) 2008-12-03T20:15Z MartinHorn 1.2 updated major http://campar.in.tum.de/rdiff/Japanese/HausaufgabenUnterstufe http://campar.in.tum.de/rdiff/Japanese/HausaufgabenUnterstufe WebTopBar [v1.7], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/Japanese/WebTopBar?t=2008-11-21T18:23Z TUM Sprachenzentrum Japanisch Yumi Tojima-Herdtle (last changed by MartinHorn) 2008-11-21T18:23Z MartinHorn 1.7 updated major http://campar.in.tum.de/rdiff/Japanese/WebTopBar http://campar.in.tum.de/rdiff/Japanese/WebTopBar WebStatistics [v1.368], by Main.guest http://campar.in.tum.de/view/LABELS2016/WebStatistics?t=2021-09-17T05:33Z Statistics for LABELS2016 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 163 0 ... (last changed by guest) 2021-09-17T05:33Z guest 1.368 updated major http://campar.in.tum.de/rdiff/LABELS2016/WebStatistics http://campar.in.tum.de/rdiff/LABELS2016/WebStatistics WebHome [v1.151], by <a class="twikiLink" href="../../Main/DianaMateus.html">DianaMateus</a> http://campar.in.tum.de/view/LABELS2016/WebHome?t=2016-11-22T08:54Z LABELS Workshop on Large-scale Annotation of Biomedical data and Expert Label Synthesis LABELS 2016 document.title "LABELS 2016"; self.defaultStatus "LABELS 2016 ... (last changed by DianaMateus) 2016-11-22T08:54Z DianaMateus 1.151 updated major http://campar.in.tum.de/rdiff/LABELS2016/WebHome http://campar.in.tum.de/rdiff/LABELS2016/WebHome Program [v1.16], by <a class="twikiLink" href="../../Main/DianaMateus.html">DianaMateus</a> http://campar.in.tum.de/view/LABELS2016/Program?t=2016-10-24T09:07Z Program Introductory Keynote Prof. Marco Loog Prof. Marco Loog Pattern Recognition Laboratory TU Delft, The Netherlands University of Copenhagen Dealing with Weakly ... (last changed by DianaMateus) 2016-10-24T09:07Z DianaMateus 1.16 updated major http://campar.in.tum.de/rdiff/LABELS2016/Program http://campar.in.tum.de/rdiff/LABELS2016/Program Organization [v1.15], by <a class="twikiLink" href="../../Main/LoicPeter.html">LoicPeter</a> http://campar.in.tum.de/view/LABELS2016/Organization?t=2016-07-04T11:33Z Workshop Organizers Diana Mateus and Loic Peter Computer Aided Medical Procedures (CAMP)-TUM Technische Universität München (TUM) Germany   Gustavo Carneiro Australian ... (last changed by LoicPeter) 2016-07-04T11:33Z LoicPeter 1.15 updated major http://campar.in.tum.de/rdiff/LABELS2016/Organization http://campar.in.tum.de/rdiff/LABELS2016/Organization Call4Papers [v1.3], by <a class="twikiLink" href="../../Main/DianaMateus.html">DianaMateus</a> http://campar.in.tum.de/view/LABELS2016/Call4Papers?t=2016-06-20T18:51Z Call For Papers Submission Deadline: June 20th, 2016 RED EXTENDED until the 1st of July ENDCOLOR . Download PDF (last changed by DianaMateus) 2016-06-20T18:51Z DianaMateus 1.3 updated major http://campar.in.tum.de/rdiff/LABELS2016/Call4Papers http://campar.in.tum.de/rdiff/LABELS2016/Call4Papers Submission [v1.11], by <a class="twikiLink" href="../../Main/DianaMateus.html">DianaMateus</a> http://campar.in.tum.de/view/LABELS2016/Submission?t=2016-06-20T18:51Z Submission of Papers Submission Deadline: June 20th, 2016 RED EXTENDED until the 1st of July ENDCOLOR . Guidelines Full 8-10 page original contributions , which will ... (last changed by DianaMateus) 2016-06-20T18:51Z DianaMateus 1.11 updated major http://campar.in.tum.de/rdiff/LABELS2016/Submission http://campar.in.tum.de/rdiff/LABELS2016/Submission ImportantDates [v1.1], by <a class="twikiLink" href="../../Main/DianaMateus.html">DianaMateus</a> http://campar.in.tum.de/view/LABELS2016/ImportantDates?t=2016-04-18T15:01Z Important Dates Paper Submission: June 20th, 2016 Notification of Acceptance: July 29th, 2016 Camera-ready version: August 10th, 2016 Workshop Date: October 21st ... (last changed by DianaMateus) 2016-04-18T15:01Z DianaMateus 1.1 updated major http://campar.in.tum.de/rdiff/LABELS2016/ImportantDates http://campar.in.tum.de/rdiff/LABELS2016/ImportantDates WebLeftBar [v1.45], by <a class="twikiLink" href="../../Main/DianaMateus.html">DianaMateus</a> http://campar.in.tum.de/view/LABELS2016/WebLeftBar?t=2016-04-18T13:24Z Home People Program Call for Papers Submission of Papers (last changed by DianaMateus) 2016-04-18T13:24Z DianaMateus 1.45 updated major http://campar.in.tum.de/rdiff/LABELS2016/WebLeftBar http://campar.in.tum.de/rdiff/LABELS2016/WebLeftBar WebTopBar [v1.24], by <a class="twikiLink" href="../../Main/DianaMateus.html">DianaMateus</a> http://campar.in.tum.de/view/LABELS2016/WebTopBar?t=2016-03-31T11:53Z .LABELSLogo { position: absolute; top: 10px; } .Banner {position: absolute; top: 0px; right: 25px;} (last changed by DianaMateus) 2016-03-31T11:53Z DianaMateus 1.24 updated major http://campar.in.tum.de/rdiff/LABELS2016/WebTopBar http://campar.in.tum.de/rdiff/LABELS2016/WebTopBar WebPreferences [v1.14], by <a class="twikiLink" href="../../Main/DennisHilla.html">DennisHilla</a> http://campar.in.tum.de/view/LABELS2016/WebPreferences?t=2016-03-20T08:28Z LABELS2016 Web Preferences The following settings are web preferences of the LABELS2016 web. These preferences overwrite the site-level preferences in TWIKIWEB . ... (last changed by DennisHilla) 2016-03-20T08:28Z DennisHilla 1.14 updated major http://campar.in.tum.de/rdiff/LABELS2016/WebPreferences http://campar.in.tum.de/rdiff/LABELS2016/WebPreferences WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/LABELS2016/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/LABELS2016/WebBottomBar http://campar.in.tum.de/rdiff/LABELS2016/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/LABELS2016/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this LABELS2016 web. This is a convenient service, so you do not have to ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/LABELS2016/WebNotify http://campar.in.tum.de/rdiff/LABELS2016/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/LABELS2016/WebRss?t=2004-08-16T03:27Z TWiki's LABELS2016 web SCRIPTURL /view SCRIPTSUFFIX /LABELS2016 The LABELS2016 web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/LABELS2016/WebRss http://campar.in.tum.de/rdiff/LABELS2016/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/LABELS2016/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/LABELS2016/WebSearchAdvanced http://campar.in.tum.de/rdiff/LABELS2016/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/LABELS2016/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/LABELS2016/WebIndex http://campar.in.tum.de/rdiff/LABELS2016/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/LABELS2016/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/LABELS2016/WebTopicList http://campar.in.tum.de/rdiff/LABELS2016/WebTopicList WebStatistics [v1.2760], by Main.guest http://campar.in.tum.de/view/MEDAR/WebStatistics?t=2021-09-17T05:35Z Statistics for MEDAR Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 106 0 0 16 ... (last changed by guest) 2021-09-17T05:35Z guest 1.2760 updated major http://campar.in.tum.de/rdiff/MEDAR/WebStatistics http://campar.in.tum.de/rdiff/MEDAR/WebStatistics Venue [v1.5], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/MEDAR/Venue?t=2014-09-04T09:05Z Location Room: Hörsaal 3 (last changed by PascalFallavollita) 2014-09-04T09:05Z PascalFallavollita 1.5 updated major http://campar.in.tum.de/rdiff/MEDAR/Venue http://campar.in.tum.de/rdiff/MEDAR/Venue WebHome [v1.50], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/MEDAR/WebHome?t=2014-09-04T09:00Z Seminar Sample Medical AR applications Focus The seminar looks into recent and future trends in medical augmented and virtual reality technologies. It is designed ... (last changed by PascalFallavollita) 2014-09-04T09:00Z PascalFallavollita 1.50 updated major http://campar.in.tum.de/rdiff/MEDAR/WebHome http://campar.in.tum.de/rdiff/MEDAR/WebHome Program [v1.1], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/MEDAR/Program?t=2014-08-27T07:42Z 9:00 am Welcome Opening Remarks 9:05 am Keynote: Prof. Henry Fuchs, UNC Chapel Hill, US Augmented Reality Telepresence 9:40 am Keynote: Prof. Nassir Navab, Technische ... (last changed by PascalFallavollita) 2014-08-27T07:42Z PascalFallavollita 1.1 updated major http://campar.in.tum.de/rdiff/MEDAR/Program http://campar.in.tum.de/rdiff/MEDAR/Program WebLeftBar [v1.35], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/MEDAR/WebLeftBar?t=2014-08-27T07:13Z Home Organizers Academic Keynotes Clinical Keynotes Program Venue (last changed by PascalFallavollita) 2014-08-27T07:13Z PascalFallavollita 1.35 updated major http://campar.in.tum.de/rdiff/MEDAR/WebLeftBar http://campar.in.tum.de/rdiff/MEDAR/WebLeftBar AcademicKeynotes [v1.6], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/MEDAR/AcademicKeynotes?t=2014-07-16T08:06Z Academic Keynotes Prof. Dr. Nassir Navab BR Chair for Computer Aided Medical Procedures, Technische Universität München , Germany BR BR Prof. Dr. Nassir Navab is ... (last changed by PascalFallavollita) 2014-07-16T08:06Z PascalFallavollita 1.6 updated major http://campar.in.tum.de/rdiff/MEDAR/AcademicKeynotes http://campar.in.tum.de/rdiff/MEDAR/AcademicKeynotes ClinicalKeynotes [v1.3], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/MEDAR/ClinicalKeynotes?t=2014-07-09T07:29Z Clinical Keynotes Dr. med. Simon Weidert BR Department of Traumatology Orthopaedic Surgery, Ludwig-Maximilian-University, Munich, Germany BR BR Dr. med Simon Weidert ... (last changed by PascalFallavollita) 2014-07-09T07:29Z PascalFallavollita 1.3 updated major http://campar.in.tum.de/rdiff/MEDAR/ClinicalKeynotes http://campar.in.tum.de/rdiff/MEDAR/ClinicalKeynotes KeynoteSpeakers [v1.2], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/MEDAR/KeynoteSpeakers?t=2014-06-04T10:57Z Keynote Speakers Prof. Dr. Nassir Navab BR Chair for Computer Aided Medical Procedures, Technische Universität München , Germany BR BR Prof. Dr. Nassir Navab is a ... (last changed by PascalFallavollita) 2014-06-04T10:57Z PascalFallavollita 1.2 updated major http://campar.in.tum.de/rdiff/MEDAR/KeynoteSpeakers http://campar.in.tum.de/rdiff/MEDAR/KeynoteSpeakers Organizer [v1.6], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/MEDAR/Organizer?t=2014-06-04T10:53Z Organizers Dr. Yuji Oyamada BR Waseda University, Japan BR BR Dr. Yuji Oyamada is currently a junior researcher in School of Fundamental Science and Engineering, ... (last changed by PascalFallavollita) 2014-06-04T10:53Z PascalFallavollita 1.6 updated major http://campar.in.tum.de/rdiff/MEDAR/Organizer http://campar.in.tum.de/rdiff/MEDAR/Organizer Speakers [v1.2], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/MEDAR/Speakers?t=2014-06-04T09:02Z Keynote Speakers Nassir Navab Wolfgang Birkfellner Bernhard Kainz Roy Eagleson Simon Weidert Sandrine de Ribaupierre (last changed by PascalFallavollita) 2014-06-04T09:02Z PascalFallavollita 1.2 updated major http://campar.in.tum.de/rdiff/MEDAR/Speakers http://campar.in.tum.de/rdiff/MEDAR/Speakers WebTopBar [v1.9], by <a class="twikiLink" href="../../Main/PascalFallavollita.html">PascalFallavollita</a> http://campar.in.tum.de/view/MEDAR/WebTopBar?t=2014-05-16T10:57Z (last changed by PascalFallavollita) 2014-05-16T10:57Z PascalFallavollita 1.9 updated major http://campar.in.tum.de/rdiff/MEDAR/WebTopBar http://campar.in.tum.de/rdiff/MEDAR/WebTopBar WebPreferences [v1.12], by <a class="twikiLink" href="../../Main/DennisHilla.html">DennisHilla</a> http://campar.in.tum.de/view/MEDAR/WebPreferences?t=2014-05-07T08:37Z MEDAR Web Preferences The following settings are web preferences of the MEDAR web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by DennisHilla) 2014-05-07T08:37Z DennisHilla 1.12 updated major http://campar.in.tum.de/rdiff/MEDAR/WebPreferences http://campar.in.tum.de/rdiff/MEDAR/WebPreferences WebBottomBar [v1.3], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/MEDAR/WebBottomBar?t=2005-03-18T12:59Z ISMAR 2005 ; hUmBuG 'ismar05.org'; hUmBuG ('webmaster' '@' hUmBuG); document.write('' hUmBuG ''); JavaScript needed to see the email address. (last changed by MartinBauer) 2005-03-18T12:59Z MartinBauer 1.3 updated major http://campar.in.tum.de/rdiff/MEDAR/WebBottomBar http://campar.in.tum.de/rdiff/MEDAR/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/MEDAR/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this MEDAR web. This is a convenient service, so you do not have to come ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/MEDAR/WebNotify http://campar.in.tum.de/rdiff/MEDAR/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/MEDAR/WebRss?t=2004-08-16T03:27Z TWiki's MEDAR web SCRIPTURL /view SCRIPTSUFFIX /MEDAR The MEDAR web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE{" TWIKIWEB ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/MEDAR/WebRss http://campar.in.tum.de/rdiff/MEDAR/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/MEDAR/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/MEDAR/WebSearchAdvanced http://campar.in.tum.de/rdiff/MEDAR/WebSearchAdvanced WebStatistics [v1.332], by Main.guest http://campar.in.tum.de/view/MICCAI2015/WebStatistics?t=2021-09-17T05:36Z Statistics for MICCAI2015 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 56 0 ... (last changed by guest) 2021-09-17T05:36Z guest 1.332 updated major http://campar.in.tum.de/rdiff/MICCAI2015/WebStatistics http://campar.in.tum.de/rdiff/MICCAI2015/WebStatistics WebHome [v1.84], by <a class="twikiLink" href="../../Main/PhilippMatthies.html">PhilippMatthies</a> http://campar.in.tum.de/view/MICCAI2015/WebHome?t=2013-09-11T07:12Z MICCAI 2015 will be hosted by the Chair for Computer Aided Medical Procedures Augmented Reality at Technical University Munich. (last changed by PhilippMatthies) 2013-09-11T07:12Z PhilippMatthies 1.84 updated major http://campar.in.tum.de/rdiff/MICCAI2015/WebHome http://campar.in.tum.de/rdiff/MICCAI2015/WebHome WebTopBar [v1.13], by <a class="twikiLink" href="../../Main/PhilippMatthies.html">PhilippMatthies</a> http://campar.in.tum.de/view/MICCAI2015/WebTopBar?t=2013-07-11T15:51Z (last changed by PhilippMatthies) 2013-07-11T15:51Z PhilippMatthies 1.13 updated major http://campar.in.tum.de/rdiff/MICCAI2015/WebTopBar http://campar.in.tum.de/rdiff/MICCAI2015/WebTopBar WebLeftBar [v1.27], by <a class="twikiLink" href="../../Main/PhilippMatthies.html">PhilippMatthies</a> http://campar.in.tum.de/view/MICCAI2015/WebLeftBar?t=2013-07-11T15:46Z Home BLUE Other Conferences ENDCOLOR MICCAI 2013 MICCAI 2014 (last changed by PhilippMatthies) 2013-07-11T15:46Z PhilippMatthies 1.27 updated major http://campar.in.tum.de/rdiff/MICCAI2015/WebLeftBar http://campar.in.tum.de/rdiff/MICCAI2015/WebLeftBar WebPreferences [v1.13], by <a class="twikiLink" href="../../Main/PhilippMatthies.html">PhilippMatthies</a> http://campar.in.tum.de/view/MICCAI2015/WebPreferences?t=2013-07-11T13:17Z MICCAI2015 Web Preferences The following settings are web preferences of the MICCAI2015 web. These preferences overwrite the site-level preferences in TWIKIWEB . ... (last changed by PhilippMatthies) 2013-07-11T13:17Z PhilippMatthies 1.13 updated major http://campar.in.tum.de/rdiff/MICCAI2015/WebPreferences http://campar.in.tum.de/rdiff/MICCAI2015/WebPreferences News [v1.9], by <a class="twikiLink" href="../../Main/RalfStauder.html">RalfStauder</a> http://campar.in.tum.de/view/MICCAI2015/News?t=2012-11-28T13:33Z News ATTACHURL /CARS2013 logo.jpg IPCAI 2013 will be co-located with CARS 2013, the 27th International Congress and Exhibition on Computer Assisted Radiology and ... (last changed by RalfStauder) 2012-11-28T13:33Z RalfStauder 1.9 updated major http://campar.in.tum.de/rdiff/MICCAI2015/News http://campar.in.tum.de/rdiff/MICCAI2015/News WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/MICCAI2015/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/MICCAI2015/WebBottomBar http://campar.in.tum.de/rdiff/MICCAI2015/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/MICCAI2015/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this MICCAI2015 web. This is a convenient service, so you do not have to ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/MICCAI2015/WebNotify http://campar.in.tum.de/rdiff/MICCAI2015/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/MICCAI2015/WebRss?t=2004-08-16T03:27Z TWiki's MICCAI2015 web SCRIPTURL /view SCRIPTSUFFIX /MICCAI2015 The MICCAI2015 web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/MICCAI2015/WebRss http://campar.in.tum.de/rdiff/MICCAI2015/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/MICCAI2015/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/MICCAI2015/WebSearchAdvanced http://campar.in.tum.de/rdiff/MICCAI2015/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/MICCAI2015/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/MICCAI2015/WebIndex http://campar.in.tum.de/rdiff/MICCAI2015/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/MICCAI2015/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/MICCAI2015/WebTopicList http://campar.in.tum.de/rdiff/MICCAI2015/WebTopicList WebChanges [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/MICCAI2015/WebChanges?t=2001-08-16T19:58Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by PeterThoeny) 2001-08-16T19:58Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/MICCAI2015/WebChanges http://campar.in.tum.de/rdiff/MICCAI2015/WebChanges WebSearch [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/MICCAI2015/WebSearch?t=2001-08-08T05:26Z INCLUDE{" TWIKIWEB .WebSearch"} (last changed by PeterThoeny) 2001-08-08T05:26Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/MICCAI2015/WebSearch http://campar.in.tum.de/rdiff/MICCAI2015/WebSearch SaraErfani [v1.6], by <a class="twikiLink" href="../../Main/AmirChoopankareh.html">AmirChoopankareh</a> http://campar.in.tum.de/view/Main/SaraErfani?t=2021-10-12T08:35Z Sara Erfani Description Name: Sara Erfani, M.A. Position: Administrative Coordinator BR Inventory Management Order Fulfillment BR Course Administrator Course Room ... (last changed by AmirChoopankareh) 2021-10-12T08:35Z AmirChoopankareh 1.6 updated major http://campar.in.tum.de/rdiff/Main/SaraErfani http://campar.in.tum.de/rdiff/Main/SaraErfani HongweiLi [v1.156], by <a class="twikiLink" href="../../Main/HongweiLi.html">HongweiLi</a> http://campar.in.tum.de/view/Main/HongweiLi?t=2021-10-04T08:41Z document.title "Hongwei (Bran) Li" Hongwei Li (Bran) #26446; #23439; #20255; Email : hongwei.li AT tum.de. Office : First floor of IMETUM, Boltzmannstr. 11, 85748 ... (last changed by HongweiLi) 2021-10-04T08:41Z HongweiLi 1.156 updated major http://campar.in.tum.de/rdiff/Main/HongweiLi http://campar.in.tum.de/rdiff/Main/HongweiLi YanyanLi [v1.41], by <a class="twikiLink" href="../../Main/YanyanLi.html">YanyanLi</a> http://campar.in.tum.de/view/Main/YanyanLi?t=2021-10-03T15:44Z Yanyan Li Contact PhD student #65292; Technische Universit t M nchen BR Fakult t f r Informatik BR Boltzmannstr. 3 BR 85748 Garching b. M nchen BR Germany BR Room ... (last changed by YanyanLi) 2021-10-03T15:44Z YanyanLi 1.41 updated major http://campar.in.tum.de/rdiff/Main/YanyanLi http://campar.in.tum.de/rdiff/Main/YanyanLi MichaelSommersperger [v1.5], by <a class="twikiLink" href="../../Main/MichaelSommersperger.html">MichaelSommersperger</a> http://campar.in.tum.de/view/Main/MichaelSommersperger?t=2021-09-23T09:24Z Michael Sommersperger Michael Sommersperger Reasearch Assistant and Ph.D. Student E-Mail: humbugfy("michael.sommersperger","tum.de") Chair for Computer Aided Medical ... (last changed by MichaelSommersperger) 2021-09-23T09:24Z MichaelSommersperger 1.5 updated major http://campar.in.tum.de/rdiff/Main/MichaelSommersperger http://campar.in.tum.de/rdiff/Main/MichaelSommersperger YutaItoh [v1.230], by <a class="twikiLink" href="../../Main/YutaItoh.html">YutaItoh</a> http://campar.in.tum.de/view/Main/YutaItoh?t=2021-09-20T23:45Z FORMFIELD{"Firstname"} FORMFIELD{"Lastname"} ( #20234; #34276; #21191; #22826;), Dr. rer. nat. .twikiMiddleContainer{ max-width:1200px; } p{ } li { line-height:1 ... (last changed by YutaItoh) 2021-09-20T23:45Z YutaItoh 1.230 updated major http://campar.in.tum.de/rdiff/Main/YutaItoh http://campar.in.tum.de/rdiff/Main/YutaItoh WebStatistics [v1.3474], by Main.guest http://campar.in.tum.de/view/Main/WebStatistics?t=2021-09-16T18:12Z Statistics for Main Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 1193457 8 0 ... (last changed by guest) 2021-09-16T18:12Z guest 1.3474 updated major http://campar.in.tum.de/rdiff/Main/WebStatistics http://campar.in.tum.de/rdiff/Main/WebStatistics CristinaPiazza [v1.14], by <a class="twikiLink" href="../../Main/CristinaPiazza.html">CristinaPiazza</a> http://campar.in.tum.de/view/Main/CristinaPiazza?t=2021-09-16T08:32Z FORMFIELD{"Firstname" default "--" alttext "Prof. Dr."} FORMFIELD{"Middlename" default "--" alttext "Cristina"} FORMFIELD{"Lastname" default "--" alttext "Piazza ... (last changed by CristinaPiazza) 2021-09-16T08:32Z CristinaPiazza 1.14 updated major http://campar.in.tum.de/rdiff/Main/CristinaPiazza http://campar.in.tum.de/rdiff/Main/CristinaPiazza RalfStauder [v1.52], by <a class="twikiLink" href="../../Main/RalfStauder.html">RalfStauder</a> http://campar.in.tum.de/view/Main/RalfStauder?t=2021-09-14T13:52Z Ralf Stauder Dipl.-Inf. Univ. Ralf Stauder Address: Chair for Computer Aided Medical Procedures Augmented Reality Fakultät für Informatik Technische Universität M ... (last changed by RalfStauder) 2021-09-14T13:52Z RalfStauder 1.52 updated major http://campar.in.tum.de/rdiff/Main/RalfStauder http://campar.in.tum.de/rdiff/Main/RalfStauder KevinThiel [v1.12], by <a class="twikiLink" href="../../Main/KevinThiel.html">KevinThiel</a> http://campar.in.tum.de/view/Main/KevinThiel?t=2021-09-08T18:43Z FORMFIELD{"Firstname" default "Kevin" alttext "Kevin"} FORMFIELD{"Middlename" default "K." alttext "K."} FORMFIELD{"Lastname" default "Thiel" alttext "Thiel"} Kevin ... (last changed by KevinThiel) 2021-09-08T18:43Z KevinThiel 1.12 updated major http://campar.in.tum.de/rdiff/Main/KevinThiel http://campar.in.tum.de/rdiff/Main/KevinThiel FedericoTombari [v1.69], by <a class="twikiLink" href="../../Main/FedericoTombari.html">FedericoTombari</a> http://campar.in.tum.de/view/Main/FedericoTombari?t=2021-09-02T08:03Z Contact PD Dr. Ing. Habil. Federico Tombari BR Email: tombari at in.tum.de Address: BR Chair for Computer Aided Medical Procedures Augmented Reality BR Fakultät f ... (last changed by FedericoTombari) 2021-09-02T08:03Z FedericoTombari 1.69 updated major http://campar.in.tum.de/rdiff/Main/FedericoTombari http://campar.in.tum.de/rdiff/Main/FedericoTombari BaochangZhang [v1.5], by <a class="twikiLink" href="../../Main/BaochangZhang.html">BaochangZhang</a> http://campar.in.tum.de/view/Main/BaochangZhang?t=2021-08-30T08:46Z FORMFIELD{"Firstname" default "--" alttext "--"} FORMFIELD{"Middlename" default "" alttext ""} FORMFIELD{"Lastname" default "--" alttext "--"} FORMFIELD{"Title" default ... (last changed by BaochangZhang) 2021-08-30T08:46Z BaochangZhang 1.5 updated major http://campar.in.tum.de/rdiff/Main/BaochangZhang http://campar.in.tum.de/rdiff/Main/BaochangZhang MohammadFaridAzampour [v1.7], by <a class="twikiLink" href="../../Main/MohammadFaridAzampour.html">MohammadFaridAzampour</a> http://campar.in.tum.de/view/Main/MohammadFaridAzampour?t=2021-08-14T12:49Z Contact Name: Mohammad Farid Azampour University: Technische Universit t M nchen BR Fakult t f r Informatik, I-16 BR Boltzmannstr. 3 BR 85748 Garching b. M nchen ... (last changed by MohammadFaridAzampour) 2021-08-14T12:49Z MohammadFaridAzampour 1.7 updated major http://campar.in.tum.de/rdiff/Main/MohammadFaridAzampour http://campar.in.tum.de/rdiff/Main/MohammadFaridAzampour NicolaRieke [v1.32], by <a class="twikiLink" href="../../Main/NicolaRieke.html">NicolaRieke</a> http://campar.in.tum.de/view/Main/NicolaRieke?t=2021-08-10T08:16Z Contact Dr. Nicola Rieke BR Affiliated Researcher BR currently at NVIDIA, Healthcare Team EMEA Awards International: BR Young Scientist Award (MICCAI 2015) National ... (last changed by NicolaRieke) 2021-08-10T08:16Z NicolaRieke 1.32 updated major http://campar.in.tum.de/rdiff/Main/NicolaRieke http://campar.in.tum.de/rdiff/Main/NicolaRieke AlexanderLehner [v1.6], by <a class="twikiLink" href="../../Main/AlexanderLehner.html">AlexanderLehner</a> http://campar.in.tum.de/view/Main/AlexanderLehner?t=2021-08-06T00:48Z FORMFIELD{"Firstname" default "--" alttext "Alexander"} FORMFIELD{"Lastname" default "--" alttext "Lehner"} Contact Information Alexander Lehner, M.Sc. !PhD Candidate ... (last changed by AlexanderLehner) 2021-08-06T00:48Z AlexanderLehner 1.6 updated major http://campar.in.tum.de/rdiff/Main/AlexanderLehner http://campar.in.tum.de/rdiff/Main/AlexanderLehner RamiEisawy [v1.11], by <a class="twikiLink" href="../../Main/RamiEisawy.html">RamiEisawy</a> http://campar.in.tum.de/view/Main/RamiEisawy?t=2021-08-01T11:21Z FORMFIELD{"Firstname" default "Rami" alttext "Rami"} FORMFIELD{"Lastname" default "Eisawy" alttext "Eisawy"} Rami Eisawy PhD Candidate Image-Based Biomedical Modeling ... (last changed by RamiEisawy) 2021-08-01T11:21Z RamiEisawy 1.11 updated major http://campar.in.tum.de/rdiff/Main/RamiEisawy http://campar.in.tum.de/rdiff/Main/RamiEisawy FabianManhardt [v1.60], by <a class="twikiLink" href="../../Main/FabianManhardt.html">FabianManhardt</a> http://campar.in.tum.de/view/Main/FabianManhardt?t=2021-07-28T10:06Z Fabian Manhardt Contact Fabian Manhardt BR Email: fabian.manhardt at tum.de BR Position: PhD Candidate BR Address: BR Chair for Computer Aided Medical Procedures ... (last changed by FabianManhardt) 2021-07-28T10:06Z FabianManhardt 1.60 updated major http://campar.in.tum.de/rdiff/Main/FabianManhardt http://campar.in.tum.de/rdiff/Main/FabianManhardt WebStatistics [v1.1336], by Main.guest http://campar.in.tum.de/view/MedicalARTutorial07/WebStatistics?t=2021-10-18T12:19Z Statistics for MedicalARTutorial07 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Oct 2021 ... (last changed by guest) 2021-10-18T12:19Z guest 1.1336 updated major http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebStatistics http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebStatistics WebHome [v1.29], by <a class="twikiLink" href="../../Main/JoergTraub.html">JoergTraub</a> http://campar.in.tum.de/view/MedicalARTutorial07/WebHome?t=2007-12-07T17:14Z BR BR BR MICCAI 2007 Tutorial: Medical Augmented Reality TOC State of Art, Basic Technologies and Future Challenges The tutorial reviews the state-of-the-art technology ... (last changed by JoergTraub) 2007-12-07T17:14Z JoergTraub 1.29 updated major http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebHome http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebHome WebTopBar [v1.6], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/MedicalARTutorial07/WebTopBar?t=2007-04-25T07:11Z document.title "MICCAI Tutorial :: Medical Augmented Reality 2007"; self.name "MAR2007"; self.defaultStatus "MICCAI Tutorial :: Medical Augmented Reality"; (last changed by MartinBauer) 2007-04-25T07:11Z MartinBauer 1.6 updated major http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebTopBar http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebTopBar PatternSkin [v1.3], by <a class="twikiLink" href="../../Main/JoergTraub.html">JoergTraub</a> http://campar.in.tum.de/view/MedicalARTutorial07/PatternSkin?t=2007-04-04T13:19Z (last changed by JoergTraub) 2007-04-04T13:19Z JoergTraub 1.3 updated major http://campar.in.tum.de/rdiff/MedicalARTutorial07/PatternSkin http://campar.in.tum.de/rdiff/MedicalARTutorial07/PatternSkin WebPreferences [v1.11], by <a class="twikiLink" href="../../Main/JoergTraub.html">JoergTraub</a> http://campar.in.tum.de/view/MedicalARTutorial07/WebPreferences?t=2007-04-04T13:03Z MedicalARTutorial07 Web Preferences The following settings are web preferences of the MedicalARTutorial07 web. These preferences overwrite the site-level preferences ... (last changed by JoergTraub) 2007-04-04T13:03Z JoergTraub 1.11 updated major http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebPreferences http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebPreferences WebLeftBar [v1.4], by <a class="twikiLink" href="../../Main/JoergTraub.html">JoergTraub</a> http://campar.in.tum.de/view/MedicalARTutorial07/WebLeftBar?t=2007-04-04T12:42Z Home Changes Index Search MICCAI 2007 (last changed by JoergTraub) 2007-04-04T12:42Z JoergTraub 1.4 updated major http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebLeftBar http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebLeftBar WebBottomBar [v1.3], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/MedicalARTutorial07/WebBottomBar?t=2007-04-03T14:46Z 2007, Chair for Computer Aided Medical Procedures Augmented Reality, Nassir Navab, Tobias Sielhorst, Joerg Traub, Marco Feuerstein, Sandro-Michael Heining. Contact ... (last changed by MartinHorn) 2007-04-03T14:46Z MartinHorn 1.3 updated major http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebBottomBar http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/MedicalARTutorial07/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this MedicalARTutorial07 web. This is a convenient service, so you do not ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebNotify http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/MedicalARTutorial07/WebRss?t=2004-08-16T03:27Z TWiki's MedicalARTutorial07 web SCRIPTURL /view SCRIPTSUFFIX /MedicalARTutorial07 The MedicalARTutorial07 web of TWiki. TWiki is a Web-Based Collaboration Platform ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebRss http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/MedicalARTutorial07/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebSearchAdvanced http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/MedicalARTutorial07/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebIndex http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/MedicalARTutorial07/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebTopicList http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebTopicList WebChanges [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/MedicalARTutorial07/WebChanges?t=2001-08-16T19:58Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by PeterThoeny) 2001-08-16T19:58Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebChanges http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebChanges WebSearch [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/MedicalARTutorial07/WebSearch?t=2001-08-08T05:26Z INCLUDE{" TWIKIWEB .WebSearch"} (last changed by PeterThoeny) 2001-08-08T05:26Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebSearch http://campar.in.tum.de/rdiff/MedicalARTutorial07/WebSearch WebStatistics [v1.632], by Main.guest http://campar.in.tum.de/view/Medizin/WebStatistics?t=2021-10-10T10:06Z Statistics for Medizin Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Oct 2021 8 0 0 6 ... (last changed by guest) 2021-10-10T10:06Z guest 1.632 updated major http://campar.in.tum.de/rdiff/Medizin/WebStatistics http://campar.in.tum.de/rdiff/Medizin/WebStatistics WebHome [v1.64], by <a class="twikiLink" href="../../Main/TobiasBlum.html">TobiasBlum</a> http://campar.in.tum.de/view/Medizin/WebHome?t=2008-11-11T10:18Z (last changed by TobiasBlum) 2008-11-11T10:18Z TobiasBlum 1.64 updated major http://campar.in.tum.de/rdiff/Medizin/WebHome http://campar.in.tum.de/rdiff/Medizin/WebHome WebLeftBar [v1.20], by <a class="twikiLink" href="../../Main/TobiasBlum.html">TobiasBlum</a> http://campar.in.tum.de/view/Medizin/WebLeftBar?t=2008-07-07T15:19Z (last changed by TobiasBlum) 2008-07-07T15:19Z TobiasBlum 1.20 updated major http://campar.in.tum.de/rdiff/Medizin/WebLeftBar http://campar.in.tum.de/rdiff/Medizin/WebLeftBar WebTopBar [v1.19], by <a class="twikiLink" href="../../Main/TobiasBlum.html">TobiasBlum</a> http://campar.in.tum.de/view/Medizin/WebTopBar?t=2008-07-07T11:21Z Bachelor Anwendungsfach Medizin (last changed by TobiasBlum) 2008-07-07T11:21Z TobiasBlum 1.19 updated major http://campar.in.tum.de/rdiff/Medizin/WebTopBar http://campar.in.tum.de/rdiff/Medizin/WebTopBar WebBottomBar [v1.3], by <a class="twikiLink" href="../../Main/TobiasBlum.html">TobiasBlum</a> http://campar.in.tum.de/view/Medizin/WebBottomBar?t=2008-07-07T09:25Z var jetzt new Date(); document.write(' 2003-'+(jetzt.getFullYear()).toString(10)+', '); Lehrstuhl für Computer Aided Medical Procedures Augmented Reality (last changed by TobiasBlum) 2008-07-07T09:25Z TobiasBlum 1.3 updated major http://campar.in.tum.de/rdiff/Medizin/WebBottomBar http://campar.in.tum.de/rdiff/Medizin/WebBottomBar WebPreferences [v1.13], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/Medizin/WebPreferences?t=2008-07-07T09:02Z Medizin Web Preferences The following settings are web preferences of the Medizin web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by MartinHorn) 2008-07-07T09:02Z MartinHorn 1.13 updated major http://campar.in.tum.de/rdiff/Medizin/WebPreferences http://campar.in.tum.de/rdiff/Medizin/WebPreferences WebChanges [v1.2], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/Medizin/WebChanges?t=2008-05-07T21:25Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by TobiasSielhorst) 2008-05-07T21:25Z TobiasSielhorst 1.2 updated major http://campar.in.tum.de/rdiff/Medizin/WebChanges http://campar.in.tum.de/rdiff/Medizin/WebChanges WebIndex [v1.3], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/Medizin/WebIndex?t=2008-05-07T21:25Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by TobiasSielhorst) 2008-05-07T21:25Z TobiasSielhorst 1.3 updated major http://campar.in.tum.de/rdiff/Medizin/WebIndex http://campar.in.tum.de/rdiff/Medizin/WebIndex WebNotify [v1.5], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/Medizin/WebNotify?t=2008-05-07T21:25Z This is a subscription service to be automatically notified by e-mail when topics change in this Medizin web. This is a convenient service, so you do not have to come ... (last changed by TobiasSielhorst) 2008-05-07T21:25Z TobiasSielhorst 1.5 updated major http://campar.in.tum.de/rdiff/Medizin/WebNotify http://campar.in.tum.de/rdiff/Medizin/WebNotify WebSearch [v1.2], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/Medizin/WebSearch?t=2008-05-07T21:25Z INCLUDE{" TWIKIWEB .WebSearch"} (last changed by TobiasSielhorst) 2008-05-07T21:25Z TobiasSielhorst 1.2 updated major http://campar.in.tum.de/rdiff/Medizin/WebSearch http://campar.in.tum.de/rdiff/Medizin/WebSearch WebTopicList [v1.2], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/Medizin/WebTopicList?t=2008-05-07T21:25Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by TobiasSielhorst) 2008-05-07T21:25Z TobiasSielhorst 1.2 updated major http://campar.in.tum.de/rdiff/Medizin/WebTopicList http://campar.in.tum.de/rdiff/Medizin/WebTopicList WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Medizin/WebRss?t=2004-08-16T03:27Z TWiki's Medizin web SCRIPTURL /view SCRIPTSUFFIX /Medizin The Medizin web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE{ ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/Medizin/WebRss http://campar.in.tum.de/rdiff/Medizin/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Medizin/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/Medizin/WebSearchAdvanced http://campar.in.tum.de/rdiff/Medizin/WebSearchAdvanced WebStatistics [v1.2611], by Main.guest http://campar.in.tum.de/view/Moca/WebStatistics?t=2021-09-27T22:43Z Statistics for Moca Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 113 0 0 39 ... (last changed by guest) 2021-09-27T22:43Z guest 1.2611 updated major http://campar.in.tum.de/rdiff/Moca/WebStatistics http://campar.in.tum.de/rdiff/Moca/WebStatistics WebHome [v1.188], by <a class="twikiLink" href="../../Main/RobertScheibe.html">RobertScheibe</a> http://campar.in.tum.de/view/Moca/WebHome?t=2008-06-09T12:36Z AVILUS !MoCa Wiki Welcome. Contents Project Description Status Documentation Literature Self-Calibrating Optical Motion Tracking for Articulated Bodies Automatic ... (last changed by RobertScheibe) 2008-06-09T12:36Z RobertScheibe 1.188 updated major http://campar.in.tum.de/rdiff/Moca/WebHome http://campar.in.tum.de/rdiff/Moca/WebHome WebPreferences [v1.30], by <a class="twikiLink" href="../../Main/LorenSchwarz.html">LorenSchwarz</a> http://campar.in.tum.de/view/Moca/WebPreferences?t=2008-05-16T13:11Z TWiki.Moca Web Preferences The following settings are web preferences of the TWiki.Moca web. These preferences overwrite the site-level preferences in TWIKIWEB . ... (last changed by LorenSchwarz) 2008-05-16T13:11Z LorenSchwarz 1.30 updated major http://campar.in.tum.de/rdiff/Moca/WebPreferences http://campar.in.tum.de/rdiff/Moca/WebPreferences WebTopBar [v1.29], by <a class="twikiLink" href="../../Main/LorenSchwarz.html">LorenSchwarz</a> http://campar.in.tum.de/view/Moca/WebTopBar?t=2008-05-16T12:39Z document.write(''); Teilprojekt 2.3.5: Motion Capture for Ergonomic Studies (last changed by LorenSchwarz) 2008-05-16T12:39Z LorenSchwarz 1.29 updated major http://campar.in.tum.de/rdiff/Moca/WebTopBar http://campar.in.tum.de/rdiff/Moca/WebTopBar WebLeftBar [v1.105], by <a class="twikiLink" href="../../Main/LorenSchwarz.html">LorenSchwarz</a> http://campar.in.tum.de/view/Moca/WebLeftBar?t=2008-05-16T12:24Z !MoCa Home CAMPAR A.R.T. !GmbH (last changed by LorenSchwarz) 2008-05-16T12:24Z LorenSchwarz 1.105 updated major http://campar.in.tum.de/rdiff/Moca/WebLeftBar http://campar.in.tum.de/rdiff/Moca/WebLeftBar WebBottomBar [v1.12], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Moca/WebBottomBar?t=2007-03-13T14:03Z var jetzt new Date(); document.write(' 2003-'+(jetzt.getFullYear()).toString(10)+', '); Lehrstuhl für Computer Aided Medical Procedures Augmented Reality (last changed by MartinBauer) 2007-03-13T14:03Z MartinBauer 1.12 updated major http://campar.in.tum.de/rdiff/Moca/WebBottomBar http://campar.in.tum.de/rdiff/Moca/WebBottomBar WebRss [v1.2], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Moca/WebRss?t=2005-01-28T20:51Z wwwnavab Moca web SCRIPTURL /view SCRIPTSUFFIX /Moca The Website of the Chair for Computer Aided Medical Procedure, Technische Universität München, Institut für Informatik ... (last changed by MartinBauer) 2005-01-28T20:51Z MartinBauer 1.2 updated major http://campar.in.tum.de/rdiff/Moca/WebRss http://campar.in.tum.de/rdiff/Moca/WebRss WebNotify [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Moca/WebNotify?t=2003-01-25T10:06Z This is a subscription service to be automatically notified by e-mail when topics change in this Moca web. This is a convenient service, so you do not have to come ... (last changed by PeterThoeny) 2003-01-25T10:06Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/Moca/WebNotify http://campar.in.tum.de/rdiff/Moca/WebNotify WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Moca/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/Moca/WebIndex http://campar.in.tum.de/rdiff/Moca/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Moca/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/Moca/WebTopicList http://campar.in.tum.de/rdiff/Moca/WebTopicList WebChanges [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Moca/WebChanges?t=2001-08-16T19:58Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by PeterThoeny) 2001-08-16T19:58Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/Moca/WebChanges http://campar.in.tum.de/rdiff/Moca/WebChanges WebSearch [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Moca/WebSearch?t=2001-08-08T05:26Z INCLUDE{" TWIKIWEB .WebSearch"} (last changed by PeterThoeny) 2001-08-08T05:26Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/Moca/WebSearch http://campar.in.tum.de/rdiff/Moca/WebSearch WebStatistics [v1.1793], by Main.guest http://campar.in.tum.de/view/Narvis/WebStatistics?t=2021-09-26T20:50Z Statistics for Narvis Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 323 0 0 148 ... (last changed by guest) 2021-09-26T20:50Z guest 1.1793 updated major http://campar.in.tum.de/rdiff/Narvis/WebStatistics http://campar.in.tum.de/rdiff/Narvis/WebStatistics WebHome [v1.19], by <a class="twikiLink" href="../../Main/ChristophBichlmeier.html">ChristophBichlmeier</a> http://campar.in.tum.de/view/Narvis/WebHome?t=2009-11-17T09:14Z Navigations- und AR Visualisierungssystem für den Einsatz bei minimalinvasiven, unfallchirurgischen Operationen (NARVIS) The NARVIS Project has been successfully ... (last changed by ChristophBichlmeier) 2009-11-17T09:14Z ChristophBichlmeier 1.19 updated major http://campar.in.tum.de/rdiff/Narvis/WebHome http://campar.in.tum.de/rdiff/Narvis/WebHome ISMAR2008 [v1.1], by <a class="twikiLink" href="../../Main/ChristophBichlmeier.html">ChristophBichlmeier</a> http://campar.in.tum.de/view/Narvis/ISMAR2008?t=2008-08-01T07:31Z ISMAR2008 (last changed by ChristophBichlmeier) 2008-08-01T07:31Z ChristophBichlmeier 1.1 updated major http://campar.in.tum.de/rdiff/Narvis/ISMAR2008 http://campar.in.tum.de/rdiff/Narvis/ISMAR2008 Seminars [v1.3], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/Narvis/Seminars?t=2007-01-15T13:53Z Seminars CAMP (Technische Universität München) Hauptsemniar: Recent Advances in Computer Assisted Surgery Summer Term 2007 Winter term 2006/07 Winter term 2005/06 ... (last changed by TobiasSielhorst) 2007-01-15T13:53Z TobiasSielhorst 1.3 updated major http://campar.in.tum.de/rdiff/Narvis/Seminars http://campar.in.tum.de/rdiff/Narvis/Seminars Contact [v1.4], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/Narvis/Contact?t=2006-07-27T06:24Z Contact Project Management: Oliver Wenisch Advanced Realtime Tracking !GmbH Am Öferl 6 82362 Weilheim i.OB Germany Phone 49 881 92530-01 humbugfy("oliver.wenisch ... (last changed by TobiasSielhorst) 2006-07-27T06:24Z TobiasSielhorst 1.4 updated major http://campar.in.tum.de/rdiff/Narvis/Contact http://campar.in.tum.de/rdiff/Narvis/Contact NarvisTeam [v1.3], by <a class="twikiLink" href="../../Main/TobiasSielhorst.html">TobiasSielhorst</a> http://campar.in.tum.de/view/Narvis/NarvisTeam?t=2006-06-26T13:08Z NARVIS team STARTINCLUDE TABLE{ sort "off" tableborder "0" cellpadding "5" cellspacing "5" headerbg "#FFFFFF" headercolor "#FFFFFF" databg "#FFFFFF, #FFFFFF" headerrows ... (last changed by TobiasSielhorst) 2006-06-26T13:08Z TobiasSielhorst 1.3 updated major http://campar.in.tum.de/rdiff/Narvis/NarvisTeam http://campar.in.tum.de/rdiff/Narvis/NarvisTeam WebPreferences [v1.11], by <a class="twikiLink" href="../../Main/DarkoZikic.html">DarkoZikic</a> http://campar.in.tum.de/view/Narvis/WebPreferences?t=2005-09-26T15:13Z Narvis Web Preferences The following settings are web preferences of the Narvis web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by DarkoZikic) 2005-09-26T15:13Z DarkoZikic 1.11 updated major http://campar.in.tum.de/rdiff/Narvis/WebPreferences http://campar.in.tum.de/rdiff/Narvis/WebPreferences WebLeftBar [v1.7], by <a class="twikiLink" href="../../Main/MarcSchneberger.html">MarcSchneberger</a> http://campar.in.tum.de/view/Narvis/WebLeftBar?t=2005-09-19T15:08Z INCLUDINGWEB Web Home NARVIS Team Seminars Contact Index Search (last changed by MarcSchneberger) 2005-09-19T15:08Z MarcSchneberger 1.7 updated major http://campar.in.tum.de/rdiff/Narvis/WebLeftBar http://campar.in.tum.de/rdiff/Narvis/WebLeftBar WebBottomBar [v1.3], by <a class="twikiLink" href="../../Main/MarcSchneberger.html">MarcSchneberger</a> http://campar.in.tum.de/view/Narvis/WebBottomBar?t=2005-07-14T14:09Z 2004-2005, NARVIS (last changed by MarcSchneberger) 2005-07-14T14:09Z MarcSchneberger 1.3 updated major http://campar.in.tum.de/rdiff/Narvis/WebBottomBar http://campar.in.tum.de/rdiff/Narvis/WebBottomBar WebTopBar [v1.3], by <a class="twikiLink" href="../../Main/MarcSchneberger.html">MarcSchneberger</a> http://campar.in.tum.de/view/Narvis/WebTopBar?t=2005-06-30T10:22Z (last changed by MarcSchneberger) 2005-06-30T10:22Z MarcSchneberger 1.3 updated major http://campar.in.tum.de/rdiff/Narvis/WebTopBar http://campar.in.tum.de/rdiff/Narvis/WebTopBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Narvis/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this Narvis web. This is a convenient service, so you do not have to come ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/Narvis/WebNotify http://campar.in.tum.de/rdiff/Narvis/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Narvis/WebRss?t=2004-08-16T03:27Z TWiki's Narvis web SCRIPTURL /view SCRIPTSUFFIX /Narvis The Narvis web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE{" TWIKIWEB ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/Narvis/WebRss http://campar.in.tum.de/rdiff/Narvis/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Narvis/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/Narvis/WebSearchAdvanced http://campar.in.tum.de/rdiff/Narvis/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Narvis/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/Narvis/WebIndex http://campar.in.tum.de/rdiff/Narvis/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Narvis/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/Narvis/WebTopicList http://campar.in.tum.de/rdiff/Narvis/WebTopicList WebChanges [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Narvis/WebChanges?t=2001-08-16T19:58Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by PeterThoeny) 2001-08-16T19:58Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/Narvis/WebChanges http://campar.in.tum.de/rdiff/Narvis/WebChanges WebStatistics [v1.3240], by Main.guest http://campar.in.tum.de/view/RBC/WebStatistics?t=2021-09-17T05:50Z Statistics for RBC Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 303 0 0 54 37 ... (last changed by guest) 2021-09-17T05:50Z guest 1.3240 updated major http://campar.in.tum.de/rdiff/RBC/WebStatistics http://campar.in.tum.de/rdiff/RBC/WebStatistics Program [v1.54], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/RBC/Program?t=2008-07-04T13:04Z Program (preliminary) Monday, July 7th 10:00 – 17:00 Arrival to Moscow 17:00 18:00 Accommodation Tuesday, July 8th 9:30 10:00 Registration 10:00 10:40 Opening ... (last changed by StefanieDemirci) 2008-07-04T13:04Z StefanieDemirci 1.54 updated major http://campar.in.tum.de/rdiff/RBC/Program http://campar.in.tum.de/rdiff/RBC/Program WebLeftBar [v1.16], by <a class="twikiLink" href="../../Main/AliakseiMaistrou.html">AliakseiMaistrou</a> http://campar.in.tum.de/view/RBC/WebLeftBar?t=2008-07-04T12:20Z RBC-BME Web Home Program Registration Chairs Location Partners Contact Search BLACK Kindly supported by: ENDCOLOR (last changed by AliakseiMaistrou) 2008-07-04T12:20Z AliakseiMaistrou 1.16 updated major http://campar.in.tum.de/rdiff/RBC/WebLeftBar http://campar.in.tum.de/rdiff/RBC/WebLeftBar Sessions [v1.11], by <a class="twikiLink" href="../../Main/OliverKutter.html">OliverKutter</a> http://campar.in.tum.de/view/RBC/Sessions?t=2008-06-30T12:46Z Tuesday, July 8th T1: 09:00 – 10:00 Biomedical Imaging and Signal Processing (Session Chairs: XXX, XXX) Prof. Nassir Navab, Prof. Maximilian Reiser 09:00 – 09:20 ... (last changed by OliverKutter) 2008-06-30T12:46Z OliverKutter 1.11 updated major http://campar.in.tum.de/rdiff/RBC/Sessions http://campar.in.tum.de/rdiff/RBC/Sessions WebHome [v1.138], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/RBC/WebHome?t=2008-05-31T15:00Z News Registration page is closed! deadline for paper submission: June 2 2008 Paper guidelines Example Paper in word format Conference The 4th Russian-Bavarian Conference ... (last changed by StefanieDemirci) 2008-05-31T15:00Z StefanieDemirci 1.138 updated major http://campar.in.tum.de/rdiff/RBC/WebHome http://campar.in.tum.de/rdiff/RBC/WebHome FreeRegistration [v1.27], by <a class="twikiLink" href="../../Main/BenGlocker.html">BenGlocker</a> http://campar.in.tum.de/view/RBC/FreeRegistration?t=2008-05-29T09:24Z Visa Application Details Here you can find additional information on the visa application. For Bavarian residents For non-Bavarian residents Free Registration for ... (last changed by BenGlocker) 2008-05-29T09:24Z BenGlocker 1.27 updated major http://campar.in.tum.de/rdiff/RBC/FreeRegistration http://campar.in.tum.de/rdiff/RBC/FreeRegistration ConferenceChairs [v1.7], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/RBC/ConferenceChairs?t=2008-05-18T15:42Z Conference Chairs Scientific Committee Prof. Yuriy Chaplygin Rector, Moscow State Institute of Electronic Technology Prof. Rüdiger Lange Head of Department of Cardiovascular ... (last changed by StefanieDemirci) 2008-05-18T15:42Z StefanieDemirci 1.7 updated major http://campar.in.tum.de/rdiff/RBC/ConferenceChairs http://campar.in.tum.de/rdiff/RBC/ConferenceChairs VisaBavarian [v1.5], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/RBC/VisaBavarian?t=2008-05-17T09:05Z Visa requirements for Bavarian residents Bavarian residents have a possibility to apply for the visa in Consulate General of Russia in Munich (tel: 089-592-503, working ... (last changed by StefanieDemirci) 2008-05-17T09:05Z StefanieDemirci 1.5 updated major http://campar.in.tum.de/rdiff/RBC/VisaBavarian http://campar.in.tum.de/rdiff/RBC/VisaBavarian VisaNonBavarian [v1.3], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/RBC/VisaNonBavarian?t=2008-05-17T08:58Z Visa application process for Non-Bavarian residents Unfortunately, the Organizing Chair of RBC-BME 2008 is not able to organize visa for Non-Bavarian residents (people ... (last changed by StefanieDemirci) 2008-05-17T08:58Z StefanieDemirci 1.3 updated major http://campar.in.tum.de/rdiff/RBC/VisaNonBavarian http://campar.in.tum.de/rdiff/RBC/VisaNonBavarian Location [v1.17], by <a class="twikiLink" href="../../Main/AliakseiMaistrou.html">AliakseiMaistrou</a> http://campar.in.tum.de/view/RBC/Location?t=2008-05-16T22:55Z Conference Location Moscow Institute of Electronic Technology Pas. 4806, 5 !124498, Moscow, Zelenograd, Russia Website Maps and Directions (Russian) Directions Directions ... (last changed by AliakseiMaistrou) 2008-05-16T22:55Z AliakseiMaistrou 1.17 updated major http://campar.in.tum.de/rdiff/RBC/Location http://campar.in.tum.de/rdiff/RBC/Location WebPreferences [v1.33], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/RBC/WebPreferences?t=2008-05-16T12:45Z RBC Web Preferences The following settings are web preferences of the RBC web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by MartinHorn) 2008-05-16T12:45Z MartinHorn 1.33 updated major http://campar.in.tum.de/rdiff/RBC/WebPreferences http://campar.in.tum.de/rdiff/RBC/WebPreferences PartnersTUM [v1.3], by <a class="twikiLink" href="../../Main/AdamFiolka.html">AdamFiolka</a> http://campar.in.tum.de/view/RBC/PartnersTUM?t=2008-05-07T13:39Z Department of Surgery Research Group MITI Department of Surgery(Prof. Dr. Helmut Friess) Klinikum rechts der IsarTechnische Universität München BIOMEDICAL ENGINEERINGResearch ... (last changed by AdamFiolka) 2008-05-07T13:39Z AdamFiolka 1.3 updated major http://campar.in.tum.de/rdiff/RBC/PartnersTUM http://campar.in.tum.de/rdiff/RBC/PartnersTUM Partners [v1.8], by <a class="twikiLink" href="../../Main/AdamFiolka.html">AdamFiolka</a> http://campar.in.tum.de/view/RBC/Partners?t=2008-05-07T13:16Z Partners Technische Universität München Technische Universität München Klinikum r.d. Isar Department of Surgery Research Group MITI Moscow Institute of Electronic ... (last changed by AdamFiolka) 2008-05-07T13:16Z AdamFiolka 1.8 updated major http://campar.in.tum.de/rdiff/RBC/Partners http://campar.in.tum.de/rdiff/RBC/Partners Contact [v1.7], by <a class="twikiLink" href="../../Main/AliakseiMaistrou.html">AliakseiMaistrou</a> http://campar.in.tum.de/view/RBC/Contact?t=2008-04-08T14:32Z Contact Hosting University Prof. Sergei Umnyashkin Vice Rector Moscow Institute of Electronic Technology Organizing Chair Prof. Nassir Navab Head of the Chair for ... (last changed by AliakseiMaistrou) 2008-04-08T14:32Z AliakseiMaistrou 1.7 updated major http://campar.in.tum.de/rdiff/RBC/Contact http://campar.in.tum.de/rdiff/RBC/Contact WebBottomBar [v1.5], by <a class="twikiLink" href="../../Main/AliakseiMaistrou.html">AliakseiMaistrou</a> http://campar.in.tum.de/view/RBC/WebBottomBar?t=2008-04-08T11:47Z glocker@cs.tum.edu, © 2008 (last changed by AliakseiMaistrou) 2008-04-08T11:47Z AliakseiMaistrou 1.5 updated major http://campar.in.tum.de/rdiff/RBC/WebBottomBar http://campar.in.tum.de/rdiff/RBC/WebBottomBar WebTopBar [v1.11], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/RBC/WebTopBar?t=2008-04-08T11:43Z document.title "4th Russian-Bavarian Conference on Bio-Medical Engineering"; self.name "RBC-BME 2005"; self.defaultStatus "4th Russian-Bavarian Conference on Bio ... (last changed by MartinHorn) 2008-04-08T11:43Z MartinHorn 1.11 updated major http://campar.in.tum.de/rdiff/RBC/WebTopBar http://campar.in.tum.de/rdiff/RBC/WebTopBar WebStatistics [v1.2753], by Main.guest http://campar.in.tum.de/view/RBC2005/WebStatistics?t=2021-10-15T17:19Z Statistics for RBC2005 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Oct 2021 200 0 0 ... (last changed by guest) 2021-10-15T17:19Z guest 1.2753 updated major http://campar.in.tum.de/rdiff/RBC2005/WebStatistics http://campar.in.tum.de/rdiff/RBC2005/WebStatistics FreeRegistration [v1.6], by <a class="twikiLink" href="../../Main/BenGlocker.html">BenGlocker</a> http://campar.in.tum.de/view/RBC2005/FreeRegistration?t=2005-10-12T19:15Z Free Registration (closed) (last changed by BenGlocker) 2005-10-12T19:15Z BenGlocker 1.6 updated major http://campar.in.tum.de/rdiff/RBC2005/FreeRegistration http://campar.in.tum.de/rdiff/RBC2005/FreeRegistration WebHome [v1.123], by <a class="twikiLink" href="../../Main/BenGlocker.html">BenGlocker</a> http://campar.in.tum.de/view/RBC2005/WebHome?t=2005-10-12T19:15Z News Free Registration for Participation (closed) The registration for this event has been closed. Conference Following an initiative from President of the Technische ... (last changed by BenGlocker) 2005-10-12T19:15Z BenGlocker 1.123 updated major http://campar.in.tum.de/rdiff/RBC2005/WebHome http://campar.in.tum.de/rdiff/RBC2005/WebHome Location [v1.8], by <a class="twikiLink" href="../../Main/BenGlocker.html">BenGlocker</a> http://campar.in.tum.de/view/RBC2005/Location?t=2005-10-12T15:42Z Conference Location Deutsches Herzzentrum München Klinik an der Technischen Universität München German Heart Centre of the Technical University Munich Lazarettstra ... (last changed by BenGlocker) 2005-10-12T15:42Z BenGlocker 1.8 updated major http://campar.in.tum.de/rdiff/RBC2005/Location http://campar.in.tum.de/rdiff/RBC2005/Location DinnerParty [v1.2], by <a class="twikiLink" href="../../Main/BenGlocker.html">BenGlocker</a> http://campar.in.tum.de/view/RBC2005/DinnerParty?t=2005-10-12T10:48Z Dinner Party Directions to the dinner party (last changed by BenGlocker) 2005-10-12T10:48Z BenGlocker 1.2 updated major http://campar.in.tum.de/rdiff/RBC2005/DinnerParty http://campar.in.tum.de/rdiff/RBC2005/DinnerParty Program [v1.46], by <a class="twikiLink" href="../../Main/BenGlocker.html">BenGlocker</a> http://campar.in.tum.de/view/RBC2005/Program?t=2005-10-11T13:55Z Program (preliminary) TOC Thursday, October 13th 8:30 – 8:50 Registration S0: 8:50 – 10:50 Official Opening Ceremony Moderation: Prof. Josef Nassauer – Director of ... (last changed by BenGlocker) 2005-10-11T13:55Z BenGlocker 1.46 updated major http://campar.in.tum.de/rdiff/RBC2005/Program http://campar.in.tum.de/rdiff/RBC2005/Program WebLeftBar [v1.11], by <a class="twikiLink" href="../../Main/BenGlocker.html">BenGlocker</a> http://campar.in.tum.de/view/RBC2005/WebLeftBar?t=2005-10-11T11:09Z RBC-BME Web Home Program Registration Chairs Party Location Partners Contact Search (last changed by BenGlocker) 2005-10-11T11:09Z BenGlocker 1.11 updated major http://campar.in.tum.de/rdiff/RBC2005/WebLeftBar http://campar.in.tum.de/rdiff/RBC2005/WebLeftBar Partners [v1.4], by <a class="twikiLink" href="../../Main/BenGlocker.html">BenGlocker</a> http://campar.in.tum.de/view/RBC2005/Partners?t=2005-10-11T06:18Z Partners Technische Universität München Russian General Consulate Munich Stadt Unterschleißheim Klinikum rechts der Isar St. Petersburg State University Deutsches ... (last changed by BenGlocker) 2005-10-11T06:18Z BenGlocker 1.4 updated major http://campar.in.tum.de/rdiff/RBC2005/Partners http://campar.in.tum.de/rdiff/RBC2005/Partners ConferenceChairs [v1.2], by <a class="twikiLink" href="../../Main/BenGlocker.html">BenGlocker</a> http://campar.in.tum.de/view/RBC2005/ConferenceChairs?t=2005-10-11T06:16Z Conference Chairs General Chair Prof. Nassir Navab Head of the Chair for Computer Aided Medical Procedures Technische Universität München Prof. Markus Schwaiger Director ... (last changed by BenGlocker) 2005-10-11T06:16Z BenGlocker 1.2 updated major http://campar.in.tum.de/rdiff/RBC2005/ConferenceChairs http://campar.in.tum.de/rdiff/RBC2005/ConferenceChairs WebPreferences [v1.28], by <a class="twikiLink" href="../../Main/DarkoZikic.html">DarkoZikic</a> http://campar.in.tum.de/view/RBC2005/WebPreferences?t=2005-09-26T15:16Z RBC2005 Web Preferences The following settings are web preferences of the RBC2005 web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by DarkoZikic) 2005-09-26T15:16Z DarkoZikic 1.28 updated major http://campar.in.tum.de/rdiff/RBC2005/WebPreferences http://campar.in.tum.de/rdiff/RBC2005/WebPreferences WebTopBar [v1.9], by <a class="twikiLink" href="../../Main/BenGlocker.html">BenGlocker</a> http://campar.in.tum.de/view/RBC2005/WebTopBar?t=2005-08-09T18:25Z document.title "1st Russian-Bavarian Conference on Bio-Medical Engineering"; self.name "RBC-BME 2005"; self.defaultStatus "1st Russian-Bavarian Conference on Bio ... (last changed by BenGlocker) 2005-08-09T18:25Z BenGlocker 1.9 updated major http://campar.in.tum.de/rdiff/RBC2005/WebTopBar http://campar.in.tum.de/rdiff/RBC2005/WebTopBar Contact [v1.2], by <a class="twikiLink" href="../../Main/BenGlocker.html">BenGlocker</a> http://campar.in.tum.de/view/RBC2005/Contact?t=2005-08-08T09:00Z Contact General Chair Prof. Nassir Navab Head of the Chair for Computer Aided Medical Procedures Technische Universität München Prof. Markus Schwaiger Director of ... (last changed by BenGlocker) 2005-08-08T09:00Z BenGlocker 1.2 updated major http://campar.in.tum.de/rdiff/RBC2005/Contact http://campar.in.tum.de/rdiff/RBC2005/Contact WebBottomBar [v1.4], by <a class="twikiLink" href="../../Main/BenGlocker.html">BenGlocker</a> http://campar.in.tum.de/view/RBC2005/WebBottomBar?t=2005-01-31T13:14Z glocker@cs.tum.edu, © 2005 (last changed by BenGlocker) 2005-01-31T13:14Z BenGlocker 1.4 updated major http://campar.in.tum.de/rdiff/RBC2005/WebBottomBar http://campar.in.tum.de/rdiff/RBC2005/WebBottomBar WebNotify [v1.7], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/RBC2005/WebNotify?t=2004-08-28T07:25Z This is a subscription service to be automatically notified by e-mail when topics change in this RBC2005 web. This is a convenient service, so you do not have to come ... (last changed by PeterThoeny) 2004-08-28T07:25Z PeterThoeny 1.7 updated major http://campar.in.tum.de/rdiff/RBC2005/WebNotify http://campar.in.tum.de/rdiff/RBC2005/WebNotify WebChangesAlert [v1.15], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/RBC2005/WebChangesAlert?t=2004-08-28T07:18Z Web Changes Notification Service Each TWiki web has an automatic email notification service that sends you an email with links to all of the topics modified since ... (last changed by PeterThoeny) 2004-08-28T07:18Z PeterThoeny 1.15 updated major http://campar.in.tum.de/rdiff/RBC2005/WebChangesAlert http://campar.in.tum.de/rdiff/RBC2005/WebChangesAlert WebTopicViewTemplate [v1.8], by <span class="twikiNewLink" style='background : #FFFFCE;'><font color="#0000FF">ArthurClemens</font><a href="../../edit/Main/ArthurClemensaaee.html?topicparent=TWiki.WebHome"><sup>?</sup></a></span> http://campar.in.tum.de/view/RBC2005/WebTopicViewTemplate?t=2004-08-17T10:45Z NOTE: This Wiki topic does not exist yet If you used the "Go" feature to jump to this page: Make sure you spelled the TWIKIWEB .WikiWord correctly and try again. ... (last changed by ArthurClemens) 2004-08-17T10:45Z ArthurClemens 1.8 updated major http://campar.in.tum.de/rdiff/RBC2005/WebTopicViewTemplate http://campar.in.tum.de/rdiff/RBC2005/WebTopicViewTemplate WebStatistics [v1.375], by Main.guest http://campar.in.tum.de/view/STENT2012/WebStatistics?t=2021-10-16T11:15Z Statistics for STENT2012 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Oct 2021 109 0 ... (last changed by guest) 2021-10-16T11:15Z guest 1.375 updated major http://campar.in.tum.de/rdiff/STENT2012/WebStatistics http://campar.in.tum.de/rdiff/STENT2012/WebStatistics WebHome [v1.77], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/STENT2012/WebHome?t=2012-10-28T10:33Z THANK YOU FOR THE AMAZING WORKSHOP MICCAI-STENT'12 The 1st International MICCAI-Workshop on Computer Assisted Stenting This workshop aims to bring together researchers ... (last changed by StefanieDemirci) 2012-10-28T10:33Z StefanieDemirci 1.77 updated major http://campar.in.tum.de/rdiff/STENT2012/WebHome http://campar.in.tum.de/rdiff/STENT2012/WebHome Committees [v1.5], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/STENT2012/Committees?t=2012-09-28T11:15Z Workshop Organizers Stefanie Demirci, CAMP/TUM, Germany Gozde Unal, Sabanci University, Turkey Su-Lin Lee, Imperial College London, UK Petia Radeva, Universitat de ... (last changed by StefanieDemirci) 2012-09-28T11:15Z StefanieDemirci 1.5 updated major http://campar.in.tum.de/rdiff/STENT2012/Committees http://campar.in.tum.de/rdiff/STENT2012/Committees Program [v1.6], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/STENT2012/Program?t=2012-09-25T19:00Z Program Specials Plenary Talk Dr. med. Reza Ghotbi BR Head of Vascular Surgery Department BR Klinikum Muenchen Pasing BR Date: 1 October 2012 Time: 2:05 pm 2:45 ... (last changed by StefanieDemirci) 2012-09-25T19:00Z StefanieDemirci 1.6 updated major http://campar.in.tum.de/rdiff/STENT2012/Program http://campar.in.tum.de/rdiff/STENT2012/Program WebLeftBar [v1.24], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/STENT2012/WebLeftBar?t=2012-07-23T09:52Z Home Submission of Papers Committees Program Specials (last changed by StefanieDemirci) 2012-07-23T09:52Z StefanieDemirci 1.24 updated major http://campar.in.tum.de/rdiff/STENT2012/WebLeftBar http://campar.in.tum.de/rdiff/STENT2012/WebLeftBar Sponsors [v1.1], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/STENT2012/Sponsors?t=2012-07-12T09:51Z Sponsors to be announced soon ... (last changed by StefanieDemirci) 2012-07-12T09:51Z StefanieDemirci 1.1 updated major http://campar.in.tum.de/rdiff/STENT2012/Sponsors http://campar.in.tum.de/rdiff/STENT2012/Sponsors Submission [v1.2], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/STENT2012/Submission?t=2012-05-25T08:25Z Submission of Papers Papers are to be electronically submitted via EasyChair Conference System Papers should be in LNCS style Maximum length is 8 pages Submitted ... (last changed by StefanieDemirci) 2012-05-25T08:25Z StefanieDemirci 1.2 updated major http://campar.in.tum.de/rdiff/STENT2012/Submission http://campar.in.tum.de/rdiff/STENT2012/Submission WebTopBar [v1.13], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/STENT2012/WebTopBar?t=2012-03-29T10:19Z (last changed by MartinHorn) 2012-03-29T10:19Z MartinHorn 1.13 updated major http://campar.in.tum.de/rdiff/STENT2012/WebTopBar http://campar.in.tum.de/rdiff/STENT2012/WebTopBar WebPreferences [v1.12], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/STENT2012/WebPreferences?t=2010-11-19T16:39Z STENT2012 Web Preferences The following settings are web preferences of the STENT2012 web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by MartinHorn) 2010-11-19T16:39Z MartinHorn 1.12 updated major http://campar.in.tum.de/rdiff/STENT2012/WebPreferences http://campar.in.tum.de/rdiff/STENT2012/WebPreferences WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/STENT2012/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/STENT2012/WebBottomBar http://campar.in.tum.de/rdiff/STENT2012/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/STENT2012/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this STENT2012 web. This is a convenient service, so you do not have to ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/STENT2012/WebNotify http://campar.in.tum.de/rdiff/STENT2012/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/STENT2012/WebRss?t=2004-08-16T03:27Z TWiki's STENT2012 web SCRIPTURL /view SCRIPTSUFFIX /STENT2012 The STENT2012 web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/STENT2012/WebRss http://campar.in.tum.de/rdiff/STENT2012/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/STENT2012/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/STENT2012/WebSearchAdvanced http://campar.in.tum.de/rdiff/STENT2012/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/STENT2012/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/STENT2012/WebIndex http://campar.in.tum.de/rdiff/STENT2012/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/STENT2012/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/STENT2012/WebTopicList http://campar.in.tum.de/rdiff/STENT2012/WebTopicList WebChanges [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/STENT2012/WebChanges?t=2001-08-16T19:58Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by PeterThoeny) 2001-08-16T19:58Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/STENT2012/WebChanges http://campar.in.tum.de/rdiff/STENT2012/WebChanges WebStatistics [v1.402], by Main.guest http://campar.in.tum.de/view/STENT2013/WebStatistics?t=2021-09-17T05:58Z Statistics for STENT2013 Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 168 0 ... (last changed by guest) 2021-09-17T05:58Z guest 1.402 updated major http://campar.in.tum.de/rdiff/STENT2013/WebStatistics http://campar.in.tum.de/rdiff/STENT2013/WebStatistics SpecialIssue [v1.6], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/STENT2013/SpecialIssue?t=2014-03-27T07:07Z Computerized Medical Imaging and Graphics Special Issue on Computer Assisted Stenting The aim of the proposed special issue is to present the latest developments ... (last changed by StefanieDemirci) 2014-03-27T07:07Z StefanieDemirci 1.6 updated major http://campar.in.tum.de/rdiff/STENT2013/SpecialIssue http://campar.in.tum.de/rdiff/STENT2013/SpecialIssue WebHome [v1.92], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/STENT2013/WebHome?t=2013-11-22T10:35Z MICCAI-STENT 2013 THANK YOU FOR THE SUCCESSFUL WORKSHOP MICCAI-STENT'13 The 2nd International MICCAI-Workshop on Computer Assisted Stenting This workshop aims to ... (last changed by StefanieDemirci) 2013-11-22T10:35Z StefanieDemirci 1.92 updated major http://campar.in.tum.de/rdiff/STENT2013/WebHome http://campar.in.tum.de/rdiff/STENT2013/WebHome WebLeftBar [v1.30], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/STENT2013/WebLeftBar?t=2013-08-12T08:41Z Home Submission of Papers Committees Special Issue MICCAI-STENT 2012 CVII 2011 CVII 2008 CVII 2006 (last changed by StefanieDemirci) 2013-08-12T08:41Z StefanieDemirci 1.30 updated major http://campar.in.tum.de/rdiff/STENT2013/WebLeftBar http://campar.in.tum.de/rdiff/STENT2013/WebLeftBar WebTopBar [v1.17], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/STENT2013/WebTopBar?t=2013-08-12T08:40Z (last changed by StefanieDemirci) 2013-08-12T08:40Z StefanieDemirci 1.17 updated major http://campar.in.tum.de/rdiff/STENT2013/WebTopBar http://campar.in.tum.de/rdiff/STENT2013/WebTopBar Committees [v1.3], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/STENT2013/Committees?t=2013-05-20T15:00Z Workshop Organizers Simone Balocco, University of Barcelona, Spain Carlo Gatta, Computer Vision Center, Spain Stefanie Demirci, CAMP/TUM, Germany Geir Arne Tangen ... (last changed by StefanieDemirci) 2013-05-20T15:00Z StefanieDemirci 1.3 updated major http://campar.in.tum.de/rdiff/STENT2013/Committees http://campar.in.tum.de/rdiff/STENT2013/Committees Submission [v1.4], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/STENT2013/Submission?t=2013-05-18T08:46Z Submission of Papers Papers are to be electronically submitted via EasyChair Conference System Papers should be written using LNCS style Maximum length is 8 pages ... (last changed by StefanieDemirci) 2013-05-18T08:46Z StefanieDemirci 1.4 updated major http://campar.in.tum.de/rdiff/STENT2013/Submission http://campar.in.tum.de/rdiff/STENT2013/Submission Program [v1.1], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/STENT2013/Program?t=2013-01-19T10:56Z Program Specials to be updated soon ... (last changed by StefanieDemirci) 2013-01-19T10:56Z StefanieDemirci 1.1 updated major http://campar.in.tum.de/rdiff/STENT2013/Program http://campar.in.tum.de/rdiff/STENT2013/Program WebPreferences [v1.13], by <a class="twikiLink" href="../../Main/StefanieDemirci.html">StefanieDemirci</a> http://campar.in.tum.de/view/STENT2013/WebPreferences?t=2013-01-14T12:09Z STENT2013 Web Preferences The following settings are web preferences of the STENT2013 web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by StefanieDemirci) 2013-01-14T12:09Z StefanieDemirci 1.13 updated major http://campar.in.tum.de/rdiff/STENT2013/WebPreferences http://campar.in.tum.de/rdiff/STENT2013/WebPreferences WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/STENT2013/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/STENT2013/WebBottomBar http://campar.in.tum.de/rdiff/STENT2013/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/STENT2013/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this STENT2013 web. This is a convenient service, so you do not have to ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/STENT2013/WebNotify http://campar.in.tum.de/rdiff/STENT2013/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/STENT2013/WebRss?t=2004-08-16T03:27Z TWiki's STENT2013 web SCRIPTURL /view SCRIPTSUFFIX /STENT2013 The STENT2013 web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/STENT2013/WebRss http://campar.in.tum.de/rdiff/STENT2013/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/STENT2013/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/STENT2013/WebSearchAdvanced http://campar.in.tum.de/rdiff/STENT2013/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/STENT2013/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/STENT2013/WebIndex http://campar.in.tum.de/rdiff/STENT2013/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/STENT2013/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/STENT2013/WebTopicList http://campar.in.tum.de/rdiff/STENT2013/WebTopicList WebChanges [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/STENT2013/WebChanges?t=2001-08-16T19:58Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by PeterThoeny) 2001-08-16T19:58Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/STENT2013/WebChanges http://campar.in.tum.de/rdiff/STENT2013/WebChanges WebStatistics [v1.1271], by Main.guest http://campar.in.tum.de/view/Sandbox/WebStatistics?t=2021-09-30T19:28Z Statistics for Sandbox Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 392 0 0 ... (last changed by guest) 2021-09-30T19:28Z guest 1.1271 updated major http://campar.in.tum.de/rdiff/Sandbox/WebStatistics http://campar.in.tum.de/rdiff/Sandbox/WebStatistics WebHome [v1.10], by <a class="twikiLink" href="../../Main/FelixBork.html">FelixBork</a> http://campar.in.tum.de/view/Sandbox/WebHome?t=2016-07-21T11:27Z The TWiki.Sandbox web is the sandbox you can use for testing. Everybody is welcome to add or delete some stuff. It is recommended to walk through the TWIKIWEB .TWikiTutorial ... (last changed by FelixBork) 2016-07-21T11:27Z FelixBork 1.10 updated major http://campar.in.tum.de/rdiff/Sandbox/WebHome http://campar.in.tum.de/rdiff/Sandbox/WebHome ProofNumberOne [v1.1], by <a class="twikiLink" href="../../Main/BenjaminGutierrezBecker.html">BenjaminGutierrezBecker</a> http://campar.in.tum.de/view/Sandbox/ProofNumberOne?t=2012-10-15T16:58Z ProofNumberOne Works!! (last changed by BenjaminGutierrezBecker) 2012-10-15T16:58Z BenjaminGutierrezBecker 1.1 updated major http://campar.in.tum.de/rdiff/Sandbox/ProofNumberOne http://campar.in.tum.de/rdiff/Sandbox/ProofNumberOne TestTopic4 [v1.2], by <a class="twikiLink" href="../../Main/BenjaminGutierrezBecker.html">BenjaminGutierrezBecker</a> http://campar.in.tum.de/view/Sandbox/TestTopic4?t=2012-10-15T16:58Z TestTopic4 Dies ist ein Testtopic ProofNumberOne (last changed by BenjaminGutierrezBecker) 2012-10-15T16:58Z BenjaminGutierrezBecker 1.2 updated major http://campar.in.tum.de/rdiff/Sandbox/TestTopic4 http://campar.in.tum.de/rdiff/Sandbox/TestTopic4 MohammadRustaeeKhoshkbijari1 [v1.2], by <a class="twikiLink" href="../../Main/ChristophBichlmeier.html">ChristophBichlmeier</a> http://campar.in.tum.de/view/Sandbox/MohammadRustaeeKhoshkbijari1?t=2007-09-25T18:59Z Mohammad Rustaee Khoshkbijari a#myphoto { display:block; background-image:url( ATTACHURLPATH /Bild151.jpg); width:346px; height:260px } a#myphoto:hover { background ... (last changed by ChristophBichlmeier) 2007-09-25T18:59Z ChristophBichlmeier 1.2 updated major http://campar.in.tum.de/rdiff/Sandbox/MohammadRustaeeKhoshkbijari1 http://campar.in.tum.de/rdiff/Sandbox/MohammadRustaeeKhoshkbijari1 IssueNr4713 [v1.2], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Sandbox/IssueNr4713?t=2007-08-09T09:44Z IssueNr4713 first problem second problem foo bar (last changed by MartinBauer) 2007-08-09T09:44Z MartinBauer 1.2 updated major http://campar.in.tum.de/rdiff/Sandbox/IssueNr4713 http://campar.in.tum.de/rdiff/Sandbox/IssueNr4713 IssueNr4712 [v1.2], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Sandbox/IssueNr4712?t=2007-08-09T09:36Z FORMFIELD{"Title"} Some issue with this screen (last changed by MartinBauer) 2007-08-09T09:36Z MartinBauer 1.2 updated major http://campar.in.tum.de/rdiff/Sandbox/IssueNr4712 http://campar.in.tum.de/rdiff/Sandbox/IssueNr4712 TestList [v1.2], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Sandbox/TestList?t=2007-07-25T06:51Z Issue Tracking Project Date: Issue: Software Version Workflow: Screen: Description SEARCH{". " scope "text" topic "IssueNr " regex "on" nosearch "on" casesensitive ... (last changed by MartinBauer) 2007-07-25T06:51Z MartinBauer 1.2 updated major http://campar.in.tum.de/rdiff/Sandbox/TestList http://campar.in.tum.de/rdiff/Sandbox/TestList IssueTemplateKnee [v1.1], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Sandbox/IssueTemplateKnee?t=2007-07-25T06:42Z FORMFIELD{"Title"} Detailed Description Steps to reproduce Additional Info Proposed Resolution (last changed by MartinBauer) 2007-07-25T06:42Z MartinBauer 1.1 updated major http://campar.in.tum.de/rdiff/Sandbox/IssueTemplateKnee http://campar.in.tum.de/rdiff/Sandbox/IssueTemplateKnee IssueForm [v1.3], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Sandbox/IssueForm?t=2007-07-25T06:32Z Name Type Size Values Tooltip message Project select 0 Knee,Hip,Shoulder,ABC,Other The corresponding project Title text 120 Date date 0 1 April 2004 A date Software ... (last changed by MartinBauer) 2007-07-25T06:32Z MartinBauer 1.3 updated major http://campar.in.tum.de/rdiff/Sandbox/IssueForm http://campar.in.tum.de/rdiff/Sandbox/IssueForm IssueNr4711 [v1.2], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Sandbox/IssueNr4711?t=2007-07-25T06:21Z FORMFIELD{"Title"} Some issue with this screen Duplicate of Issue0815 , actually. (last changed by MartinBauer) 2007-07-25T06:21Z MartinBauer 1.2 updated major http://campar.in.tum.de/rdiff/Sandbox/IssueNr4711 http://campar.in.tum.de/rdiff/Sandbox/IssueNr4711 TestTopic [v1.4], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Sandbox/TestTopic?t=2007-07-25T06:21Z TestTopic X Create new Issue : Project: Knee 2.0 Hip Other ID: Software Version: Screen: Workflow: PFC TIB1ST LCS STD FOO BAR Priority: High Medium Low Description ... (last changed by MartinBauer) 2007-07-25T06:21Z MartinBauer 1.4 updated major http://campar.in.tum.de/rdiff/Sandbox/TestTopic http://campar.in.tum.de/rdiff/Sandbox/TestTopic WebPreferences [v1.18], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Sandbox/WebPreferences?t=2007-07-24T11:47Z Sandbox Web Preferences The following settings are web preferences of the Sandbox web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by MartinBauer) 2007-07-24T11:47Z MartinBauer 1.18 updated major http://campar.in.tum.de/rdiff/Sandbox/WebPreferences http://campar.in.tum.de/rdiff/Sandbox/WebPreferences WebLeftBar [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Sandbox/WebLeftBar?t=2004-08-31T16:04Z INCLUDINGWEB Web INCLUDINGWEB Web Home Changes Index Search Webs WEBLIST{" $name" separator ""} INCLUDE{" MAINWEB . WIKINAME LeftBar" warn "Create personal sidebar ... (last changed by PeterThoeny) 2004-08-31T16:04Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/Sandbox/WebLeftBar http://campar.in.tum.de/rdiff/Sandbox/WebLeftBar WebNotify [v1.7], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Sandbox/WebNotify?t=2004-08-28T07:29Z This is a subscription service to be automatically notified by e-mail when topics change in this Sandbox web. This is a convenient service, so you do not have to come ... (last changed by PeterThoeny) 2004-08-28T07:29Z PeterThoeny 1.7 updated major http://campar.in.tum.de/rdiff/Sandbox/WebNotify http://campar.in.tum.de/rdiff/Sandbox/WebNotify WebRss [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Sandbox/WebRss?t=2004-08-16T03:27Z TWiki's Sandbox web SCRIPTURL /view SCRIPTSUFFIX /Sandbox The Sandbox web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE{ ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/Sandbox/WebRss http://campar.in.tum.de/rdiff/Sandbox/WebRss WebStatistics [v1.2791], by Main.guest http://campar.in.tum.de/view/Students/WebStatistics?t=2021-10-09T12:04Z Statistics for Students Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Oct 2021 8234 2 ... (last changed by guest) 2021-10-09T12:04Z guest 1.2791 updated major http://campar.in.tum.de/rdiff/Students/WebStatistics http://campar.in.tum.de/rdiff/Students/WebStatistics MaContVAE [v1.2], by <a class="twikiLink" href="../../Main/AzadeFarshad.html">AzadeFarshad</a> http://campar.in.tum.de/view/Students/MaContVAE?t=2021-10-07T15:10Z Self-supervised learning via Contrastive Generative Models Thesis by: Anatasia Makarevich Advisor: Azade Farshad Supervision by: Prof. Dr. Nassir Navab Due date: ... (last changed by AzadeFarshad) 2021-10-07T15:10Z AzadeFarshad 1.2 updated major http://campar.in.tum.de/rdiff/Students/MaContVAE http://campar.in.tum.de/rdiff/Students/MaContVAE MEDShapeAnalysis [v1.2], by <a class="twikiLink" href="../../Main/FernandoNavarro.html">FernandoNavarro</a> http://campar.in.tum.de/view/Students/MEDShapeAnalysis?t=2021-08-25T11:54Z BA/MA: FORMFIELD{"Title"} Advisor: FORMFIELD{"Director"} Supervision by: FORMFIELD{"Supervisor"} Abstract FORMFIELD{"Abstract"} Figure 1: Shape Analysis in different ... (last changed by FernandoNavarro) 2021-08-25T11:54Z FernandoNavarro 1.2 updated major http://campar.in.tum.de/rdiff/Students/MEDShapeAnalysis http://campar.in.tum.de/rdiff/Students/MEDShapeAnalysis MaOARtransformers [v1.2], by <a class="twikiLink" href="../../Main/FernandoNavarro.html">FernandoNavarro</a> http://campar.in.tum.de/view/Students/MaOARtransformers?t=2021-08-25T11:36Z BA/MA: FORMFIELD{"Title"} Advisor: FORMFIELD{"Director"} Supervision by: FORMFIELD{"Supervisor"} Abstract FORMFIELD{"Abstract"} Figure 1: Overview of the end-to-end ... (last changed by FernandoNavarro) 2021-08-25T11:36Z FernandoNavarro 1.2 updated major http://campar.in.tum.de/rdiff/Students/MaOARtransformers http://campar.in.tum.de/rdiff/Students/MaOARtransformers MaHumanPoseEstimationFromRGB [v1.6], by <a class="twikiLink" href="../../Main/FedericoTombari.html">FedericoTombari</a> http://campar.in.tum.de/view/Students/MaHumanPoseEstimationFromRGB?t=2021-08-12T08:45Z 3D Human Pose Estimation from RGB Images Abstract Human pose estimation has received a lot of attention in the past years, also thanks to the advent of deep neural ... (last changed by FedericoTombari) 2021-08-12T08:45Z FedericoTombari 1.6 updated major http://campar.in.tum.de/rdiff/Students/MaHumanPoseEstimationFromRGB http://campar.in.tum.de/rdiff/Students/MaHumanPoseEstimationFromRGB MaPersistentSLAM [v1.13], by <a class="twikiLink" href="../../Main/FedericoTombari.html">FedericoTombari</a> http://campar.in.tum.de/view/Students/MaPersistentSLAM?t=2021-08-12T08:45Z { box-sizing: border-box; } / Create two equal columns that floats next to each other / .column { float: left; width: 50 ; padding: 10px; } / Clear floats after the ... (last changed by FedericoTombari) 2021-08-12T08:45Z FedericoTombari 1.13 updated major http://campar.in.tum.de/rdiff/Students/MaPersistentSLAM http://campar.in.tum.de/rdiff/Students/MaPersistentSLAM MaSceneGraphs [v1.5], by <a class="twikiLink" href="../../Main/HelisaDhamo.html">HelisaDhamo</a> http://campar.in.tum.de/view/Students/MaSceneGraphs?t=2021-08-11T11:16Z Scene graph generation We are looking for a motivated student to work on a research topic that involves deep learning and scene understanding. The project consists ... (last changed by HelisaDhamo) 2021-08-11T11:16Z HelisaDhamo 1.5 updated major http://campar.in.tum.de/rdiff/Students/MaSceneGraphs http://campar.in.tum.de/rdiff/Students/MaSceneGraphs MaRecommenderVenn [v1.1], by <a class="twikiLink" href="../../Main/JohannesPaetzold.html">JohannesPaetzold</a> http://campar.in.tum.de/view/Students/MaRecommenderVenn?t=2021-08-03T11:56Z Master thesis on Recommender Systems in collaboration with the Munich based Startup Venn Your mission TL;DR: Build a recommender system using the latest ML techniques ... (last changed by JohannesPaetzold) 2021-08-03T11:56Z JohannesPaetzold 1.1 updated major http://campar.in.tum.de/rdiff/Students/MaRecommenderVenn http://campar.in.tum.de/rdiff/Students/MaRecommenderVenn MaMRAnomalyDet [v1.2], by <a class="twikiLink" href="../../Main/RamiEisawy.html">RamiEisawy</a> http://campar.in.tum.de/view/Students/MaMRAnomalyDet?t=2021-08-01T11:17Z MA/IDP: Diverse Anomaly Detection Projects Contact Rami Eisawy Introduction In recent years, we have seen a rapid increase in the number of deep learning algorithms ... (last changed by RamiEisawy) 2021-08-01T11:17Z RamiEisawy 1.2 updated major http://campar.in.tum.de/rdiff/Students/MaMRAnomalyDet http://campar.in.tum.de/rdiff/Students/MaMRAnomalyDet MaSim2RealForAD [v1.2], by <a class="twikiLink" href="../../Main/ArtemSavkin.html">ArtemSavkin</a> http://campar.in.tum.de/view/Students/MaSim2RealForAD?t=2021-07-28T13:25Z Semantically Consistent Sim2Real Domain Adaptation for Autonomous Driving. Abstract A broad variety of real-world scenarios require autonomous systems to rely on ... (last changed by ArtemSavkin) 2021-07-28T13:25Z ArtemSavkin 1.2 updated major http://campar.in.tum.de/rdiff/Students/MaSim2RealForAD http://campar.in.tum.de/rdiff/Students/MaSim2RealForAD MaCalibration [v1.4], by <a class="twikiLink" href="../../Main/YanyanLi.html">YanyanLi</a> http://campar.in.tum.de/view/Students/MaCalibration?t=2021-07-26T16:39Z Lazy Camera Calibration Toolbox Development We offer a guided research project in the field of computer vision and robotics, which aims to develop a new efficient ... (last changed by YanyanLi) 2021-07-26T16:39Z YanyanLi 1.4 updated major http://campar.in.tum.de/rdiff/Students/MaCalibration http://campar.in.tum.de/rdiff/Students/MaCalibration MaReconstruction [v1.15], by <a class="twikiLink" href="../../Main/YanyanLi.html">YanyanLi</a> http://campar.in.tum.de/view/Students/MaReconstruction?t=2021-07-26T16:08Z Reconstructing the MI. Building in a Day We offer a master (or guided research) topic in the field of computer vision and robotics, which aims to reconstruct large ... (last changed by YanyanLi) 2021-07-26T16:08Z YanyanLi 1.15 updated major http://campar.in.tum.de/rdiff/Students/MaReconstruction http://campar.in.tum.de/rdiff/Students/MaReconstruction MaTransformerPreprocessing [v1.3], by <a class="twikiLink" href="../../Main/JohnLaMaster.html">JohnLaMaster</a> http://campar.in.tum.de/view/Students/MaTransformerPreprocessing?t=2021-07-23T11:51Z Master thesis: FORMFIELD{"Title"} Advisor: FORMFIELD{"Director"} Supervision by: FORMFIELD{"Supervisor"} Abstract FORMFIELD{"Abstract"} Project Description PDF: Transformer ... (last changed by JohnLaMaster) 2021-07-23T11:51Z JohnLaMaster 1.3 updated major http://campar.in.tum.de/rdiff/Students/MaTransformerPreprocessing http://campar.in.tum.de/rdiff/Students/MaTransformerPreprocessing MaTransformerQuantification [v1.4], by <a class="twikiLink" href="../../Main/JohnLaMaster.html">JohnLaMaster</a> http://campar.in.tum.de/view/Students/MaTransformerQuantification?t=2021-07-22T15:43Z Master thesis: FORMFIELD{"Title"} Advisor: FORMFIELD{"Director"} Supervision by: FORMFIELD{"Supervisor"} Abstract FORMFIELD{"Abstract"} Project Description PDF: Transformer ... (last changed by JohnLaMaster) 2021-07-22T15:43Z JohnLaMaster 1.4 updated major http://campar.in.tum.de/rdiff/Students/MaTransformerQuantification http://campar.in.tum.de/rdiff/Students/MaTransformerQuantification MaPoseEstimationYanDI [v1.2], by <a class="twikiLink" href="../../Main/YanyanLi.html">YanyanLi</a> http://campar.in.tum.de/view/Students/MaPoseEstimationYanDI?t=2021-07-22T12:26Z Memory-enhanced Categrory-Level Pose Estimation Abstract Category-level pose estimation jointly estimates the 6D pose: Rotation and translation, and object size for ... (last changed by YanyanLi) 2021-07-22T12:26Z YanyanLi 1.2 updated major http://campar.in.tum.de/rdiff/Students/MaPoseEstimationYanDI http://campar.in.tum.de/rdiff/Students/MaPoseEstimationYanDI MaSG2IM [v1.3], by <a class="twikiLink" href="../../Main/AzadeFarshad.html">AzadeFarshad</a> http://campar.in.tum.de/view/Students/MaSG2IM?t=2021-07-11T10:35Z Meta-learning for Image Generation/Manipulation using Scene Graphs Thesis by: Sabrina Musatian Advisor: Azade Farshad, Helisa Dhamo Supervision by: Prof. Dr. Nassir ... (last changed by AzadeFarshad) 2021-07-11T10:35Z AzadeFarshad 1.3 updated major http://campar.in.tum.de/rdiff/Students/MaSG2IM http://campar.in.tum.de/rdiff/Students/MaSG2IM WebStatistics [v1.946], by Main.guest http://campar.in.tum.de/view/TUMrecon/WebStatistics?t=2021-10-18T05:10Z Statistics for TUMrecon Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Oct 2021 108 0 0 ... (last changed by guest) 2021-10-18T05:10Z guest 1.946 updated major http://campar.in.tum.de/rdiff/TUMrecon/WebStatistics http://campar.in.tum.de/rdiff/TUMrecon/WebStatistics WebHome [v1.65], by <a class="twikiLink" href="https://ciip.in.tum.de/people/lasser.html">TobiasLasser</a> http://campar.in.tum.de/view/TUMrecon/WebHome?t=2013-03-18T07:11Z Meetings Upcoming Meeting(s) none currently planned Past Meetings March 15, 2013: Michel Defrise (In Vivo Cellular and Molecular Imaging Brussels, ICMI, Brussels ... (last changed by TobiasLasser) 2013-03-18T07:11Z TobiasLasser 1.65 updated major http://campar.in.tum.de/rdiff/TUMrecon/WebHome http://campar.in.tum.de/rdiff/TUMrecon/WebHome WebTopBar [v1.2], by <a class="twikiLink" href="https://ciip.in.tum.de/people/lasser.html">TobiasLasser</a> http://campar.in.tum.de/view/TUMrecon/WebTopBar?t=2010-11-16T16:13Z document.write(''); tum.reconstruction TUM-wide working/study group on 'Medical Image Reconstruction' (last changed by TobiasLasser) 2010-11-16T16:13Z TobiasLasser 1.2 updated major http://campar.in.tum.de/rdiff/TUMrecon/WebTopBar http://campar.in.tum.de/rdiff/TUMrecon/WebTopBar WebLeftBar [v1.3], by <a class="twikiLink" href="https://ciip.in.tum.de/people/lasser.html">TobiasLasser</a> http://campar.in.tum.de/view/TUMrecon/WebLeftBar?t=2010-11-16T16:10Z TUMRecon Home Index Search (last changed by TobiasLasser) 2010-11-16T16:10Z TobiasLasser 1.3 updated major http://campar.in.tum.de/rdiff/TUMrecon/WebLeftBar http://campar.in.tum.de/rdiff/TUMrecon/WebLeftBar WebBottomBar [v1.2], by <a class="twikiLink" href="https://ciip.in.tum.de/people/lasser.html">TobiasLasser</a> http://campar.in.tum.de/view/TUMrecon/WebBottomBar?t=2010-11-16T16:09Z INCLUDE{"Chair.WebBottomBar"} (last changed by TobiasLasser) 2010-11-16T16:09Z TobiasLasser 1.2 updated major http://campar.in.tum.de/rdiff/TUMrecon/WebBottomBar http://campar.in.tum.de/rdiff/TUMrecon/WebBottomBar WebPreferences [v1.10], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/TUMrecon/WebPreferences?t=2010-11-12T13:59Z TUMrecon Web Preferences The following settings are web preferences of the TUMrecon web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by MartinHorn) 2010-11-12T13:59Z MartinHorn 1.10 updated major http://campar.in.tum.de/rdiff/TUMrecon/WebPreferences http://campar.in.tum.de/rdiff/TUMrecon/WebPreferences WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TUMrecon/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this TUMrecon web. This is a convenient service, so you do not have to ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/TUMrecon/WebNotify http://campar.in.tum.de/rdiff/TUMrecon/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TUMrecon/WebRss?t=2004-08-16T03:27Z TWiki's TUMrecon web SCRIPTURL /view SCRIPTSUFFIX /TUMrecon The TUMrecon web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/TUMrecon/WebRss http://campar.in.tum.de/rdiff/TUMrecon/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TUMrecon/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/TUMrecon/WebSearchAdvanced http://campar.in.tum.de/rdiff/TUMrecon/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TUMrecon/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/TUMrecon/WebIndex http://campar.in.tum.de/rdiff/TUMrecon/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TUMrecon/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/TUMrecon/WebTopicList http://campar.in.tum.de/rdiff/TUMrecon/WebTopicList WebChanges [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TUMrecon/WebChanges?t=2001-08-16T19:58Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by PeterThoeny) 2001-08-16T19:58Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/TUMrecon/WebChanges http://campar.in.tum.de/rdiff/TUMrecon/WebChanges WebSearch [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TUMrecon/WebSearch?t=2001-08-08T05:26Z INCLUDE{" TWIKIWEB .WebSearch"} (last changed by PeterThoeny) 2001-08-08T05:26Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/TUMrecon/WebSearch http://campar.in.tum.de/rdiff/TUMrecon/WebSearch WebStatistics [v1.3592], by Main.guest http://campar.in.tum.de/view/TWiki/WebStatistics?t=2021-09-16T19:27Z Statistics for TWiki Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 5132 0 0 676 ... (last changed by guest) 2021-09-16T19:27Z guest 1.3592 updated major http://campar.in.tum.de/rdiff/TWiki/WebStatistics http://campar.in.tum.de/rdiff/TWiki/WebStatistics ManagingWebs [v1.27], by <a class="twikiLink" href="../../Main/DanielRoth.html">DanielRoth</a> http://campar.in.tum.de/view/TWiki/ManagingWebs?t=2020-09-01T07:23Z Preview CP (last changed by DanielRoth) 2020-09-01T07:23Z DanielRoth 1.27 updated major http://campar.in.tum.de/rdiff/TWiki/ManagingWebs http://campar.in.tum.de/rdiff/TWiki/ManagingWebs TWikiPreferences [v1.107], by <a class="twikiLink" href="https://k-d-w.org/">SebastianPoelsterl</a> http://campar.in.tum.de/view/TWiki/TWikiPreferences?t=2015-03-15T11:38Z TWiki Site-Level Preferences The following are site-level settings that affect all users in all webs on this TWikiSite. They can be selectively overwritten on the ... (last changed by SebastianPoelsterl) 2015-03-15T11:38Z SebastianPoelsterl 1.107 updated major http://campar.in.tum.de/rdiff/TWiki/TWikiPreferences http://campar.in.tum.de/rdiff/TWiki/TWikiPreferences NewUserTemplate [v1.12], by <a class="twikiLink" href="https://k-d-w.org/">SebastianPoelsterl</a> http://campar.in.tum.de/view/TWiki/NewUserTemplate?t=2014-10-09T07:13Z FORMFIELD{"Firstname" default "--" alttext "--"} FORMFIELD{"Middlename" default "--" alttext "--"} FORMFIELD{"Lastname" default "--" alttext "--"} FORMFIELD{"Title ... (last changed by SebastianPoelsterl) 2014-10-09T07:13Z SebastianPoelsterl 1.12 updated major http://campar.in.tum.de/rdiff/TWiki/NewUserTemplate http://campar.in.tum.de/rdiff/TWiki/NewUserTemplate TWikiRegistration [v1.24], by <a class="twikiLink" href="https://k-d-w.org/">SebastianPoelsterl</a> http://campar.in.tum.de/view/TWiki/TWikiRegistration?t=2014-10-08T15:05Z No permission to read topic TWiki.TWikiRegistration perhaps you need to log in? (last changed by SebastianPoelsterl) 2014-10-08T15:05Z SebastianPoelsterl 1.24 updated major http://campar.in.tum.de/rdiff/TWiki/TWikiRegistration http://campar.in.tum.de/rdiff/TWiki/TWikiRegistration WebPreferences [v1.28], by <a class="twikiLink" href="https://k-d-w.org/">SebastianPoelsterl</a> http://campar.in.tum.de/view/TWiki/WebPreferences?t=2012-11-26T13:16Z TWiki Web Preferences The following settings are web preferences of the TWiki web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by SebastianPoelsterl) 2012-11-26T13:16Z SebastianPoelsterl 1.28 updated major http://campar.in.tum.de/rdiff/TWiki/WebPreferences http://campar.in.tum.de/rdiff/TWiki/WebPreferences CompleteRss [v1.1], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/TWiki/CompleteRss?t=2006-03-23T13:43Z STARTINCLUDE The complete Change RSS SCRIPTURL /view SCRIPTSUFFIX /TWiki Chair for COmputer-Aided Medical Procedures and Augmented Reality. en-us WEBRSSCOPYRIGHT ... (last changed by MartinBauer) 2006-03-23T13:43Z MartinBauer 1.1 updated major http://campar.in.tum.de/rdiff/TWiki/CompleteRss http://campar.in.tum.de/rdiff/TWiki/CompleteRss CacheChooserAddOn [v1.5], by <span class="twikiNewLink" style='background : #FFFFCE;'><font color="#0000FF">JensRoeder</font><a href="../../edit/Main/JensRoederaaee.html?topicparent=TWiki.WebHome"><sup>?</sup></a></span> http://campar.in.tum.de/view/TWiki/CacheChooserAddOn?t=2005-04-04T10:34Z Cache Chooser Add-On creates cache from Topics and decides, if a Topic needs to be rerendered. TWiki users can have an influence on the caching time. !CacheChooserAddOn ... (last changed by JensRoeder) 2005-04-04T10:34Z JensRoeder 1.5 updated major http://campar.in.tum.de/rdiff/TWiki/CacheChooserAddOn http://campar.in.tum.de/rdiff/TWiki/CacheChooserAddOn CalendarPlugin [v1.5], by <span class="twikiNewLink" style='background : #FFFFCE;'><font color="#0000FF">DavidBright</font><a href="../../edit/Main/DavidBrightaaee.html?topicparent=TWiki.WebHome"><sup>?</sup></a></span> http://campar.in.tum.de/view/TWiki/CalendarPlugin?t=2005-03-12T05:39Z Calendar Plugin (version 1.016) The CalendarPlugin handles the tag CALENDAR that inserts a monthly calendar in the page. Multiple topics can be specified as the source ... (last changed by DavidBright) 2005-03-12T05:39Z DavidBright 1.5 updated major http://campar.in.tum.de/rdiff/TWiki/CalendarPlugin http://campar.in.tum.de/rdiff/TWiki/CalendarPlugin ChartPlugin [v1.8], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TWiki/ChartPlugin?t=2004-11-17T06:56Z Chart Plugin (v1.401) This plugin creates PNG or GIF charts to visualize TWiki tables using a default linear scale or an optional semilogarithmic scale. Five types ... (last changed by PeterThoeny) 2004-11-17T06:56Z PeterThoeny 1.8 updated major http://campar.in.tum.de/rdiff/TWiki/ChartPlugin http://campar.in.tum.de/rdiff/TWiki/ChartPlugin BatchUploadPlugin [v1.1], by <span class="twikiNewLink" style='background : #FFFFCE;'><font color="#0000FF">MartinCleaver</font><a href="../../edit/Main/MartinCleaveraaee.html?topicparent=TWiki.WebHome"><sup>?</sup></a></span> http://campar.in.tum.de/view/TWiki/BatchUploadPlugin?t=2004-10-31T16:51Z BatchUploadPlugin This plugin intercepts the TWiki:Codev.BeforeAttachmentSaveHandler to process a zip file, attaching each of the individual files to the designated ... (last changed by MartinCleaver) 2004-10-31T16:51Z MartinCleaver 1.1 updated major http://campar.in.tum.de/rdiff/TWiki/BatchUploadPlugin http://campar.in.tum.de/rdiff/TWiki/BatchUploadPlugin ChartPluginTestsRemote [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TWiki/ChartPluginTestsRemote?t=2004-08-31T02:40Z ChartPlugin Tests with Remote Data This topic just contains two tables which are referenced from the ChartPluginTests topic. To distinguish the data on this page ... (last changed by PeterThoeny) 2004-08-31T02:40Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/TWiki/ChartPluginTestsRemote http://campar.in.tum.de/rdiff/TWiki/ChartPluginTestsRemote ChartPluginTests [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TWiki/ChartPluginTests?t=2004-08-31T02:20Z Chart Plugin tests This page attempts to demonstrate/test many of the possible combinations of various parameters of the ChartPlugin. There are too many combinations ... (last changed by PeterThoeny) 2004-08-31T02:20Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/TWiki/ChartPluginTests http://campar.in.tum.de/rdiff/TWiki/ChartPluginTests AppendixFileSystem [v1.16], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TWiki/AppendixFileSystem?t=2004-08-30T07:14Z TOC STARTINCLUDE #FileSystem # Appendix A: TWiki Filesystem Annotated directory and file listings, for the 01-Sep-2004 TWiki production release. Who and What is This ... (last changed by PeterThoeny) 2004-08-30T07:14Z PeterThoeny 1.16 updated major http://campar.in.tum.de/rdiff/TWiki/AppendixFileSystem http://campar.in.tum.de/rdiff/TWiki/AppendixFileSystem AccessKeys [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TWiki/AccessKeys?t=2004-08-28T05:53Z Access Keys What are access keys? Access keys are keyboard shortcuts which allow the user to navigate around a website or a piece of computer software without having ... (last changed by PeterThoeny) 2004-08-28T05:53Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/TWiki/AccessKeys http://campar.in.tum.de/rdiff/TWiki/AccessKeys ATasteOfTWiki [v1.3], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TWiki/ATasteOfTWiki?t=2004-08-22T21:49Z This is a short introduction training course for TWiki beginners (newbies). SLIDESHOWSTART{template "ATasteOfTWikiTemplate"} A Taste of TWiki The basic function of ... (last changed by PeterThoeny) 2004-08-22T21:49Z PeterThoeny 1.3 updated major http://campar.in.tum.de/rdiff/TWiki/ATasteOfTWiki http://campar.in.tum.de/rdiff/TWiki/ATasteOfTWiki WebStatistics [v1.278], by Main.guest http://campar.in.tum.de/view/TrackingCompetition/WebStatistics?t=2021-09-23T18:48Z Statistics for TrackingCompetition Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 ... (last changed by guest) 2021-09-23T18:48Z guest 1.278 updated major http://campar.in.tum.de/rdiff/TrackingCompetition/WebStatistics http://campar.in.tum.de/rdiff/TrackingCompetition/WebStatistics WebHome [v1.14], by <a class="twikiLink" href="../../Main/ChristianWaechter.html">ChristianWaechter</a> http://campar.in.tum.de/view/TrackingCompetition/WebHome?t=2012-02-16T13:14Z Overview In the realm of Mixed and Augmented Reality, a number of different tracking technologies have been proposed so far. These were met with varying degrees of ... (last changed by ChristianWaechter) 2012-02-16T13:14Z ChristianWaechter 1.14 updated major http://campar.in.tum.de/rdiff/TrackingCompetition/WebHome http://campar.in.tum.de/rdiff/TrackingCompetition/WebHome Rules2011 [v1.9], by <a class="twikiLink" href="../../Main/ManuelHuber.html">ManuelHuber</a> http://campar.in.tum.de/view/TrackingCompetition/Rules2011?t=2011-07-25T12:56Z These rules apply to the ISMAR 2011 Tracking-Competition 2011 Environment 1 The competition takes place in special designated contest ranges. In order to simulate ... (last changed by ManuelHuber) 2011-07-25T12:56Z ManuelHuber 1.9 updated major http://campar.in.tum.de/rdiff/TrackingCompetition/Rules2011 http://campar.in.tum.de/rdiff/TrackingCompetition/Rules2011 Competition2011 [v1.9], by <a class="twikiLink" href="../../Main/ManuelHuber.html">ManuelHuber</a> http://campar.in.tum.de/view/TrackingCompetition/Competition2011?t=2011-07-25T12:56Z ISMAR 2011 Tracking-Competition When The tracking competition takes place during the main conference (October 26—29). More details about the schedule will be made ... (last changed by ManuelHuber) 2011-07-25T12:56Z ManuelHuber 1.9 updated major http://campar.in.tum.de/rdiff/TrackingCompetition/Competition2011 http://campar.in.tum.de/rdiff/TrackingCompetition/Competition2011 WebTopBar [v1.3], by <a class="twikiLink" href="../../Main/ManuelHuber.html">ManuelHuber</a> http://campar.in.tum.de/view/TrackingCompetition/WebTopBar?t=2011-07-20T16:30Z ISMAR Tracking-Contest News and Information for Participants (last changed by ManuelHuber) 2011-07-20T16:30Z ManuelHuber 1.3 updated major http://campar.in.tum.de/rdiff/TrackingCompetition/WebTopBar http://campar.in.tum.de/rdiff/TrackingCompetition/WebTopBar WebLeftBar [v1.5], by <a class="twikiLink" href="../../Main/ManuelHuber.html">ManuelHuber</a> http://campar.in.tum.de/view/TrackingCompetition/WebLeftBar?t=2011-07-20T16:22Z Home Information Competition 2011 (last changed by ManuelHuber) 2011-07-20T16:22Z ManuelHuber 1.5 updated major http://campar.in.tum.de/rdiff/TrackingCompetition/WebLeftBar http://campar.in.tum.de/rdiff/TrackingCompetition/WebLeftBar WebBottomBar [v1.2], by <a class="twikiLink" href="../../Main/ManuelHuber.html">ManuelHuber</a> http://campar.in.tum.de/view/TrackingCompetition/WebBottomBar?t=2011-07-20T15:05Z var jetzt new Date(); document.write(' 2003-'+(jetzt.getFullYear()).toString(10)+', '); Lehrstuhl für Computer Aided Medical Procedures Augmented Reality (last changed by ManuelHuber) 2011-07-20T15:05Z ManuelHuber 1.2 updated major http://campar.in.tum.de/rdiff/TrackingCompetition/WebBottomBar http://campar.in.tum.de/rdiff/TrackingCompetition/WebBottomBar WebPreferences [v1.10], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/TrackingCompetition/WebPreferences?t=2010-10-26T11:10Z TrackingCompetition Web Preferences The following settings are web preferences of the TrackingCompetition web. These preferences overwrite the site-level preferences ... (last changed by MartinHorn) 2010-10-26T11:10Z MartinHorn 1.10 updated major http://campar.in.tum.de/rdiff/TrackingCompetition/WebPreferences http://campar.in.tum.de/rdiff/TrackingCompetition/WebPreferences WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TrackingCompetition/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this TrackingCompetition web. This is a convenient service, so you do not ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/TrackingCompetition/WebNotify http://campar.in.tum.de/rdiff/TrackingCompetition/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TrackingCompetition/WebRss?t=2004-08-16T03:27Z TWiki's TrackingCompetition web SCRIPTURL /view SCRIPTSUFFIX /TrackingCompetition The TrackingCompetition web of TWiki. TWiki is a Web-Based Collaboration Platform ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/TrackingCompetition/WebRss http://campar.in.tum.de/rdiff/TrackingCompetition/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TrackingCompetition/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/TrackingCompetition/WebSearchAdvanced http://campar.in.tum.de/rdiff/TrackingCompetition/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TrackingCompetition/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/TrackingCompetition/WebIndex http://campar.in.tum.de/rdiff/TrackingCompetition/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TrackingCompetition/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/TrackingCompetition/WebTopicList http://campar.in.tum.de/rdiff/TrackingCompetition/WebTopicList WebChanges [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TrackingCompetition/WebChanges?t=2001-08-16T19:58Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by PeterThoeny) 2001-08-16T19:58Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/TrackingCompetition/WebChanges http://campar.in.tum.de/rdiff/TrackingCompetition/WebChanges WebSearch [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TrackingCompetition/WebSearch?t=2001-08-08T05:26Z INCLUDE{" TWIKIWEB .WebSearch"} (last changed by PeterThoeny) 2001-08-08T05:26Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/TrackingCompetition/WebSearch http://campar.in.tum.de/rdiff/TrackingCompetition/WebSearch WebStatistics [v1.259], by Main.guest http://campar.in.tum.de/view/TrackingCompetitionInternal/WebStatistics?t=2021-10-14T01:03Z Statistics for TrackingCompetitionInternal Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads ... (last changed by guest) 2021-10-14T01:03Z guest 1.259 updated major http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebStatistics http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebStatistics WebHome [v1.5], by <a class="twikiLink" href="../../Main/ManuelHuber.html">ManuelHuber</a> http://campar.in.tum.de/view/TrackingCompetitionInternal/WebHome?t=2011-08-08T14:07Z Confidentiality Note that the data in this site is confidential and should under no circumstances be directly accessible by potential participants. Please do not ... (last changed by ManuelHuber) 2011-08-08T14:07Z ManuelHuber 1.5 updated major http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebHome http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebHome WebLeftBar [v1.2], by <a class="twikiLink" href="../../Main/ManuelHuber.html">ManuelHuber</a> http://campar.in.tum.de/view/TrackingCompetitionInternal/WebLeftBar?t=2011-08-08T14:03Z Home Information Competition 2011 (last changed by ManuelHuber) 2011-08-08T14:03Z ManuelHuber 1.2 updated major http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebLeftBar http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebLeftBar WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/ManuelHuber.html">ManuelHuber</a> http://campar.in.tum.de/view/TrackingCompetitionInternal/WebBottomBar?t=2011-08-08T14:02Z var jetzt new Date(); document.write(' 2003-'+(jetzt.getFullYear()).toString(10)+', '); Lehrstuhl für Computer Aided Medical Procedures Augmented Reality (last changed by ManuelHuber) 2011-08-08T14:02Z ManuelHuber 1.1 updated major http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebBottomBar http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebBottomBar WebTopBar [v1.1], by <a class="twikiLink" href="../../Main/ManuelHuber.html">ManuelHuber</a> http://campar.in.tum.de/view/TrackingCompetitionInternal/WebTopBar?t=2011-08-08T14:01Z ISMAR Tracking-Contest Internal Information (last changed by ManuelHuber) 2011-08-08T14:01Z ManuelHuber 1.1 updated major http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebTopBar http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebTopBar WebPreferences [v1.10], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/TrackingCompetitionInternal/WebPreferences?t=2010-10-26T11:10Z TrackingCompetitionInternal Web Preferences The following settings are web preferences of the TrackingCompetitionInternal web. These preferences overwrite the site ... (last changed by MartinHorn) 2010-10-26T11:10Z MartinHorn 1.10 updated major http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebPreferences http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebPreferences WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TrackingCompetitionInternal/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this TrackingCompetitionInternal web. This is a convenient service, so ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebNotify http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TrackingCompetitionInternal/WebRss?t=2004-08-16T03:27Z TWiki's TrackingCompetitionInternal web SCRIPTURL /view SCRIPTSUFFIX /TrackingCompetitionInternal The TrackingCompetitionInternal web of TWiki. TWiki is a Web-Based ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebRss http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TrackingCompetitionInternal/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebSearchAdvanced http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TrackingCompetitionInternal/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebIndex http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TrackingCompetitionInternal/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebTopicList http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebTopicList WebChanges [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TrackingCompetitionInternal/WebChanges?t=2001-08-16T19:58Z INCLUDE{" TWIKIWEB .WebChanges"} (last changed by PeterThoeny) 2001-08-16T19:58Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebChanges http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebChanges WebSearch [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TrackingCompetitionInternal/WebSearch?t=2001-08-08T05:26Z INCLUDE{" TWIKIWEB .WebSearch"} (last changed by PeterThoeny) 2001-08-08T05:26Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebSearch http://campar.in.tum.de/rdiff/TrackingCompetitionInternal/WebSearch WebStatistics [v1.385], by Main.guest http://campar.in.tum.de/view/TrackingSeminar/WebStatistics?t=2021-09-17T06:12Z Statistics for TrackingSeminar Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 ... (last changed by guest) 2021-09-17T06:12Z guest 1.385 updated major http://campar.in.tum.de/rdiff/TrackingSeminar/WebStatistics http://campar.in.tum.de/rdiff/TrackingSeminar/WebStatistics WebLeftBar [v1.20], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/TrackingSeminar/WebLeftBar?t=2012-02-16T11:11Z Home Program Registration Venue Contact Partners (last changed by MartinHorn) 2012-02-16T11:11Z MartinHorn 1.20 updated major http://campar.in.tum.de/rdiff/TrackingSeminar/WebLeftBar http://campar.in.tum.de/rdiff/TrackingSeminar/WebLeftBar Contact [v1.2], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/TrackingSeminar/Contact?t=2012-02-16T11:05Z Contact Contact Person Prof. Dr. Nassir Navab Computer Aided Medical Procedures (CAMP) Institut für Informatik Boltzmannstr. 3 85748 Garching b. München Email: nassir ... (last changed by MartinHorn) 2012-02-16T11:05Z MartinHorn 1.2 updated major http://campar.in.tum.de/rdiff/TrackingSeminar/Contact http://campar.in.tum.de/rdiff/TrackingSeminar/Contact WebHome [v1.63], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/TrackingSeminar/WebHome?t=2012-02-15T15:10Z Corporate Seminar on Cutting-edge Tracking Technologies, Tech-Update and Training Industrial tracking systems are an essential component of many modern products in ... (last changed by MartinHorn) 2012-02-15T15:10Z MartinHorn 1.63 updated major http://campar.in.tum.de/rdiff/TrackingSeminar/WebHome http://campar.in.tum.de/rdiff/TrackingSeminar/WebHome WebTopBar [v1.10], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/TrackingSeminar/WebTopBar?t=2012-02-15T15:00Z (last changed by MartinHorn) 2012-02-15T15:00Z MartinHorn 1.10 updated major http://campar.in.tum.de/rdiff/TrackingSeminar/WebTopBar http://campar.in.tum.de/rdiff/TrackingSeminar/WebTopBar Program [v1.2], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/TrackingSeminar/Program?t=2012-02-15T11:04Z Program May 14th, 2012 Part 1: State-of-the-art and current market overview 8:30-8:45 Welcome Prof. Dr. Nassir Navab, CAMP 8:45 9:45 Optical tracking Konrad Zürl ... (last changed by MartinHorn) 2012-02-15T11:04Z MartinHorn 1.2 updated major http://campar.in.tum.de/rdiff/TrackingSeminar/Program http://campar.in.tum.de/rdiff/TrackingSeminar/Program Venue [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/TrackingSeminar/Venue?t=2012-02-15T10:47Z Venue The seminar takes place at the Bundessport- und Freizeitzentrum directly at the waterfront of the idyllic lake Faak in Kärnten, Austria. Bundessport- und Freizeitzentrum ... (last changed by MartinHorn) 2012-02-15T10:47Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/TrackingSeminar/Venue http://campar.in.tum.de/rdiff/TrackingSeminar/Venue Registration [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/TrackingSeminar/Registration?t=2012-02-15T10:42Z Registration form (last changed by MartinHorn) 2012-02-15T10:42Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/TrackingSeminar/Registration http://campar.in.tum.de/rdiff/TrackingSeminar/Registration RegistrationForm [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/TrackingSeminar/RegistrationForm?t=2012-02-03T11:04Z Registration form (last changed by MartinHorn) 2012-02-03T11:04Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/TrackingSeminar/RegistrationForm http://campar.in.tum.de/rdiff/TrackingSeminar/RegistrationForm WebPreferences [v1.12], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/TrackingSeminar/WebPreferences?t=2010-11-19T16:39Z TrackingSeminar Web Preferences The following settings are web preferences of the TrackingSeminar web. These preferences overwrite the site-level preferences in TWIKIWEB ... (last changed by MartinHorn) 2010-11-19T16:39Z MartinHorn 1.12 updated major http://campar.in.tum.de/rdiff/TrackingSeminar/WebPreferences http://campar.in.tum.de/rdiff/TrackingSeminar/WebPreferences WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/TrackingSeminar/WebBottomBar?t=2009-10-01T13:02Z (last changed by MartinHorn) 2009-10-01T13:02Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/TrackingSeminar/WebBottomBar http://campar.in.tum.de/rdiff/TrackingSeminar/WebBottomBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TrackingSeminar/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this TrackingSeminar web. This is a convenient service, so you do not have ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/TrackingSeminar/WebNotify http://campar.in.tum.de/rdiff/TrackingSeminar/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TrackingSeminar/WebRss?t=2004-08-16T03:27Z TWiki's TrackingSeminar web SCRIPTURL /view SCRIPTSUFFIX /TrackingSeminar The TrackingSeminar web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/TrackingSeminar/WebRss http://campar.in.tum.de/rdiff/TrackingSeminar/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TrackingSeminar/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/TrackingSeminar/WebSearchAdvanced http://campar.in.tum.de/rdiff/TrackingSeminar/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TrackingSeminar/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/TrackingSeminar/WebIndex http://campar.in.tum.de/rdiff/TrackingSeminar/WebIndex WebTopicList [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/TrackingSeminar/WebTopicList?t=2001-11-24T11:40Z TOPICLIST{" $name "} See also the verbose WebIndex. (last changed by PeterThoeny) 2001-11-24T11:40Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/TrackingSeminar/WebTopicList http://campar.in.tum.de/rdiff/TrackingSeminar/WebTopicList WebStatistics [v1.1597], by Main.guest http://campar.in.tum.de/view/UbiTrack/WebStatistics?t=2021-09-28T22:08Z Statistics for UbiTrack Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 2699 0 ... (last changed by guest) 2021-09-28T22:08Z guest 1.1597 updated major http://campar.in.tum.de/rdiff/UbiTrack/WebStatistics http://campar.in.tum.de/rdiff/UbiTrack/WebStatistics WebHome [v1.31], by <a class="twikiLink" href="../../Main/ChristianWaechter.html">ChristianWaechter</a> http://campar.in.tum.de/view/UbiTrack/WebHome?t=2014-06-16T07:31Z Welcome to the Ubitrack web! Tracking is a major challenge for Mixed-/Augmented Reality applications. Especially heterogeneous and wide-area sensor setups make high ... (last changed by ChristianWaechter) 2014-06-16T07:31Z ChristianWaechter 1.31 updated major http://campar.in.tum.de/rdiff/UbiTrack/WebHome http://campar.in.tum.de/rdiff/UbiTrack/WebHome Downloads [v1.9], by <a class="twikiLink" href="../../Main/YutaItoh.html">YutaItoh</a> http://campar.in.tum.de/view/UbiTrack/Downloads?t=2014-04-19T18:47Z Back to main page. Downloads Ubitrack 1.0 Source code only Ubitrack on GitHub How to build Win32/64 binary version with source code Windows Installer Compiled using ... (last changed by YutaItoh) 2014-04-19T18:47Z YutaItoh 1.9 updated major http://campar.in.tum.de/rdiff/UbiTrack/Downloads http://campar.in.tum.de/rdiff/UbiTrack/Downloads GitSetupWindows [v1.11], by <a class="twikiLink" href="../../Main/AndreasDippon.html">AndreasDippon</a> http://campar.in.tum.de/view/UbiTrack/GitSetupWindows?t=2014-04-10T14:02Z Get !UbiTrack with Git TOC Depending on your operating system, please use the correct instructions General first Steps Get an account at our Git-Server: https://arlabnavab1 ... (last changed by AndreasDippon) 2014-04-10T14:02Z AndreasDippon 1.11 updated major http://campar.in.tum.de/rdiff/UbiTrack/GitSetupWindows http://campar.in.tum.de/rdiff/UbiTrack/GitSetupWindows WishList [v1.9], by <a class="twikiLink" href="../../Main/ChristianWaechter.html">ChristianWaechter</a> http://campar.in.tum.de/view/UbiTrack/WishList?t=2014-02-14T18:03Z Ideas for Google Summer of Code 2014 All project ideas are connected to our public available Ubitrack (ubitquitious tracking) library, which can be found on http ... (last changed by ChristianWaechter) 2014-02-14T18:03Z ChristianWaechter 1.9 updated major http://campar.in.tum.de/rdiff/UbiTrack/WishList http://campar.in.tum.de/rdiff/UbiTrack/WishList UbitrackInstallation [v1.71], by <a class="twikiLink" href="../../Main/ChristianWaechter.html">ChristianWaechter</a> http://campar.in.tum.de/view/UbiTrack/UbitrackInstallation?t=2013-04-23T16:58Z Back to main page. A HOWTO for the compilation and installation of the Ubitrack library This page contains useful instructions to compile and install the Ubitrack ... (last changed by ChristianWaechter) 2013-04-23T16:58Z ChristianWaechter 1.71 updated major http://campar.in.tum.de/rdiff/UbiTrack/UbitrackInstallation http://campar.in.tum.de/rdiff/UbiTrack/UbitrackInstallation LoggingHowto [v1.10], by <a class="twikiLink" href="../../Main/PeterKeitler.html">PeterKeitler</a> http://campar.in.tum.de/view/UbiTrack/LoggingHowto?t=2011-07-07T20:46Z Back to main page. How to implement logging with log4cpp in Ubitrack RED NOTE: ENDCOLOR This information applies to the log4cpp version in the Ubitrack library, which ... (last changed by PeterKeitler) 2011-07-07T20:46Z PeterKeitler 1.10 updated major http://campar.in.tum.de/rdiff/UbiTrack/LoggingHowto http://campar.in.tum.de/rdiff/UbiTrack/LoggingHowto Invitation [v1.1], by <a class="twikiLink" href="../../Main/PeterKeitler.html">PeterKeitler</a> http://campar.in.tum.de/view/UbiTrack/Invitation?t=2009-01-23T17:29Z Invitation (last changed by PeterKeitler) 2009-01-23T17:29Z PeterKeitler 1.1 updated major http://campar.in.tum.de/rdiff/UbiTrack/Invitation http://campar.in.tum.de/rdiff/UbiTrack/Invitation LibraryBugs [v1.24], by <a class="twikiLink" href="../../Main/PeterKeitler.html">PeterKeitler</a> http://campar.in.tum.de/view/UbiTrack/LibraryBugs?t=2008-12-22T13:51Z Back to main page. See also LibraryToDo Bugs Part What Responsible Status Solution Build system For building the java bindings the build\rls\src\Frontend\Java\classes ... (last changed by PeterKeitler) 2008-12-22T13:51Z PeterKeitler 1.24 updated major http://campar.in.tum.de/rdiff/UbiTrack/LibraryBugs http://campar.in.tum.de/rdiff/UbiTrack/LibraryBugs LibraryToDo [v1.99], by <a class="twikiLink" href="../../Main/PeterKeitler.html">PeterKeitler</a> http://campar.in.tum.de/view/UbiTrack/LibraryToDo?t=2008-12-22T13:51Z Back to main page. TODOs for the Ubitrack Library (short/mid-term) Status: STOP not started, HOLD working on it, GO finished See also: LibraryBugs, PastLibraryMilestones ... (last changed by PeterKeitler) 2008-12-22T13:51Z PeterKeitler 1.99 updated major http://campar.in.tum.de/rdiff/UbiTrack/LibraryToDo http://campar.in.tum.de/rdiff/UbiTrack/LibraryToDo PointerGuide [v1.8], by <a class="twikiLink" href="../../Main/PeterKeitler.html">PeterKeitler</a> http://campar.in.tum.de/view/UbiTrack/PointerGuide?t=2008-12-22T13:50Z Back to main page. PointerGuide Definitions Primitive Types int, float, double, char, bool, etc. enums pointer smart-pointer (because the smart pointer semantic wouldn ... (last changed by PeterKeitler) 2008-12-22T13:50Z PeterKeitler 1.8 updated major http://campar.in.tum.de/rdiff/UbiTrack/PointerGuide http://campar.in.tum.de/rdiff/UbiTrack/PointerGuide MathHowto [v1.5], by <a class="twikiLink" href="../../Main/PeterKeitler.html">PeterKeitler</a> http://campar.in.tum.de/view/UbiTrack/MathHowto?t=2008-12-22T13:50Z Back to main page. How to do math in the Ubitrack library Working with boost::uBLAS Useful links: uBLAS operations overview definitely worth reading to get an overview ... (last changed by PeterKeitler) 2008-12-22T13:50Z PeterKeitler 1.5 updated major http://campar.in.tum.de/rdiff/UbiTrack/MathHowto http://campar.in.tum.de/rdiff/UbiTrack/MathHowto DocumentationNotes [v1.13], by <a class="twikiLink" href="../../Main/PeterKeitler.html">PeterKeitler</a> http://campar.in.tum.de/view/UbiTrack/DocumentationNotes?t=2008-12-22T13:49Z Back to main page. DocumentationNotes for the Ubitrack Library Useful link: Doxygen manual Standard Header / Ubitrack Library for Ubiquitous Tracking Copyright 2006 ... (last changed by PeterKeitler) 2008-12-22T13:49Z PeterKeitler 1.13 updated major http://campar.in.tum.de/rdiff/UbiTrack/DocumentationNotes http://campar.in.tum.de/rdiff/UbiTrack/DocumentationNotes CodingStyle [v1.11], by <a class="twikiLink" href="../../Main/PeterKeitler.html">PeterKeitler</a> http://campar.in.tum.de/view/UbiTrack/CodingStyle?t=2008-12-22T13:49Z Back to main page. CodingStyle Codingstyle for the UbiTrack Library. Check back often for new rules. All rules are guidelines only. You are advised to always know ... (last changed by PeterKeitler) 2008-12-22T13:49Z PeterKeitler 1.11 updated major http://campar.in.tum.de/rdiff/UbiTrack/CodingStyle http://campar.in.tum.de/rdiff/UbiTrack/CodingStyle GeneralIntroduction [v1.18], by <a class="twikiLink" href="../../Main/PeterKeitler.html">PeterKeitler</a> http://campar.in.tum.de/view/UbiTrack/GeneralIntroduction?t=2008-12-22T13:48Z Back to main page. An Introduction to the Ubitrack library This page is some kind of minutes of the introduction, held on Thursday, June 28, 2007. There are additional ... (last changed by PeterKeitler) 2008-12-22T13:48Z PeterKeitler 1.18 updated major http://campar.in.tum.de/rdiff/UbiTrack/GeneralIntroduction http://campar.in.tum.de/rdiff/UbiTrack/GeneralIntroduction ComponentRegistry [v1.11], by <a class="twikiLink" href="../../Main/PeterKeitler.html">PeterKeitler</a> http://campar.in.tum.de/view/UbiTrack/ComponentRegistry?t=2008-12-10T14:31Z ComponentRegistry Here is a list of all currently available components with annotations. TOC Single Components AbsoluteOrientation No configuration Ports InputA ... (last changed by PeterKeitler) 2008-12-10T14:31Z PeterKeitler 1.11 updated major http://campar.in.tum.de/rdiff/UbiTrack/ComponentRegistry http://campar.in.tum.de/rdiff/UbiTrack/ComponentRegistry WebStatistics [v1.1348], by Main.guest http://campar.in.tum.de/view/Visitors/WebStatistics?t=2021-10-19T12:27Z Statistics for Visitors Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Oct 2021 456 0 0 ... (last changed by guest) 2021-10-19T12:27Z guest 1.1348 updated major http://campar.in.tum.de/rdiff/Visitors/WebStatistics http://campar.in.tum.de/rdiff/Visitors/WebStatistics GymnasiumGrafingLfe [v1.5], by <a class="twikiLink" href="../../Main/GudrunKlinker.html">GudrunKlinker</a> http://campar.in.tum.de/view/Visitors/GymnasiumGrafingLfe?t=2007-06-02T18:32Z Ergonomie: 3D Fahrsimulator Welche Informationen kann man einem Autofahrer auf welche Art während des Autofahrens geben, ohne dass dieser einen Unfall verursacht ... (last changed by GudrunKlinker) 2007-06-02T18:32Z GudrunKlinker 1.5 updated major http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingLfe http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingLfe GymnasiumGrafingIwb [v1.6], by <a class="twikiLink" href="../../Main/GudrunKlinker.html">GudrunKlinker</a> http://campar.in.tum.de/view/Visitors/GymnasiumGrafingIwb?t=2007-06-02T18:32Z Werkzeug- und Betriebswissenschaften: Roboter-Teaching Wie kann man einem Roboterarm beibringen, wohin er sich wann und wie bewegen soll, um Maschinen zu bauen (schwei ... (last changed by GudrunKlinker) 2007-06-02T18:32Z GudrunKlinker 1.6 updated major http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingIwb http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingIwb GymnasiumGrafingLRZ [v1.5], by <a class="twikiLink" href="../../Main/GudrunKlinker.html">GudrunKlinker</a> http://campar.in.tum.de/view/Visitors/GymnasiumGrafingLRZ?t=2007-06-02T18:31Z Leibniz Rechenzentrum: Rundgang durch den „Rechnerwürfel“ und Demonstrationen im 3D Visualisierungslabor Veranstalter: R. Oesmann, Prof. Hegering Weitere Informationen ... (last changed by GudrunKlinker) 2007-06-02T18:31Z GudrunKlinker 1.5 updated major http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingLRZ http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingLRZ GymnasiumGrafingSoftwareBugs [v1.5], by <a class="twikiLink" href="../../Main/GudrunKlinker.html">GudrunKlinker</a> http://campar.in.tum.de/view/Visitors/GymnasiumGrafingSoftwareBugs?t=2007-06-02T18:30Z Software Bugs Programmieren ist doch ganz einfach und logisch, oder? Warum gibt es dann so viele Programme mit Fehlern? In diesem Vortrag werden eine Reihe eindrucksvoller ... (last changed by GudrunKlinker) 2007-06-02T18:30Z GudrunKlinker 1.5 updated major http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingSoftwareBugs http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingSoftwareBugs GymnasiumGrafingWirtschaftsinformatik [v1.9], by <a class="twikiLink" href="../../Main/GudrunKlinker.html">GudrunKlinker</a> http://campar.in.tum.de/view/Visitors/GymnasiumGrafingWirtschaftsinformatik?t=2007-06-02T18:29Z Wirtschaftsinformatik: Wie steuern Unternehmen ihre Abläufe, und wie nutzen sie Ressourcen? Ein Blick hinter die Kulissen Was hat der Kunde bestellt? Haben wir das ... (last changed by GudrunKlinker) 2007-06-02T18:29Z GudrunKlinker 1.9 updated major http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingWirtschaftsinformatik http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingWirtschaftsinformatik GymnasiumGrafing [v1.37], by <a class="twikiLink" href="../../Main/GudrunKlinker.html">GudrunKlinker</a> http://campar.in.tum.de/view/Visitors/GymnasiumGrafing?t=2007-06-02T18:28Z Besuch der 11. Jahrgangsstufe des Gymnasiums Grafing 2007 Termin: 11. Mai 2007 Organisatorinnen: Cornelia Pfeiffer, Gudrun Klinker 150 Schüler und Schülerinnen (Bilder ... (last changed by GudrunKlinker) 2007-06-02T18:28Z GudrunKlinker 1.37 updated major http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafing http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafing GymnasiumGrafingRobotik [v1.6], by <a class="twikiLink" href="../../Main/GudrunKlinker.html">GudrunKlinker</a> http://campar.in.tum.de/view/Visitors/GymnasiumGrafingRobotik?t=2007-06-02T18:28Z Robotik: Demonstration der Roboter des JAST-Projektes und einer Modelleisenbahn Ziel des EU-Projekts „Joint Action Science and Technology“ ist es, autonome Systeme ... (last changed by GudrunKlinker) 2007-06-02T18:28Z GudrunKlinker 1.6 updated major http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingRobotik http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingRobotik GymnasiumGrafingIAS [v1.4], by <a class="twikiLink" href="../../Main/GudrunKlinker.html">GudrunKlinker</a> http://campar.in.tum.de/view/Visitors/GymnasiumGrafingIAS?t=2007-06-02T18:27Z Intelligent Autonomous Systems: Demonstrationen eines Systems zur sensor-basierten Analyse von Fußballspielen und einer „Intelligenten Küche“ War der Ball wirklich ... (last changed by GudrunKlinker) 2007-06-02T18:27Z GudrunKlinker 1.4 updated major http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingIAS http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingIAS GymnasiumGrafingFar [v1.5], by <a class="twikiLink" href="../../Main/GudrunKlinker.html">GudrunKlinker</a> http://campar.in.tum.de/view/Visitors/GymnasiumGrafingFar?t=2007-06-02T18:26Z Augmented Reality und 3D Nutzerschnittstellen: Cyberspace zum Anfassen Wie kann man mit Psychologen und Autoherstellern planen und testen, wie Informationen am besten ... (last changed by GudrunKlinker) 2007-06-02T18:26Z GudrunKlinker 1.5 updated major http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingFar http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingFar GymnasiumGrafingCamp [v1.5], by <a class="twikiLink" href="../../Main/GudrunKlinker.html">GudrunKlinker</a> http://campar.in.tum.de/view/Visitors/GymnasiumGrafingCamp?t=2007-06-02T18:26Z Computer-Aided Medical Procedures: Computerhilfen beim Operieren Durch viele bildgebende Verfahren helfen Computer heute Ärzten, hochpräzise Informationen über den ... (last changed by GudrunKlinker) 2007-06-02T18:26Z GudrunKlinker 1.5 updated major http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingCamp http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingCamp GymnasiumGrafingTum3D [v1.6], by <a class="twikiLink" href="../../Main/GudrunKlinker.html">GudrunKlinker</a> http://campar.in.tum.de/view/Visitors/GymnasiumGrafingTum3D?t=2007-06-02T18:25Z Computer Graphik Visualisierung: Demonstrationen zur Visualisierung komplexer naturwissenschaftlicher Messungen und Simulationen Wie umströmt Luft ein Objekt, welche ... (last changed by GudrunKlinker) 2007-06-02T18:25Z GudrunKlinker 1.6 updated major http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingTum3D http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingTum3D GymnasiumGrafingZuTesten [v1.6], by <a class="twikiLink" href="../../Main/GrafingUser07.html">GrafingUser07</a> http://campar.in.tum.de/view/Visitors/GymnasiumGrafingZuTesten?t=2007-05-22T18:32Z Der Besuch der Technischen Universität München am 11.05.2007 war mal etwas außergewöhnliches. Zunächst wurden uns viele Informationen über die TUM gegeben, die einerseits ... (last changed by GrafingUser07) 2007-05-22T18:32Z GrafingUser07 1.6 updated major http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingZuTesten http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingZuTesten GymnasiumGrafingFml [v1.3], by <a class="twikiLink" href="../../Main/GudrunKlinker.html">GudrunKlinker</a> http://campar.in.tum.de/view/Visitors/GymnasiumGrafingFml?t=2007-04-28T11:55Z Fördertechnik Materialfluss Logistik: VR-Kommissionierung Wie kann man Leute unterstützen und schulen, wenn sie für kundenspezifische Autobestellungen alle notwendigen ... (last changed by GudrunKlinker) 2007-04-28T11:55Z GudrunKlinker 1.3 updated major http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingFml http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingFml GymnasiumGrafingSse [v1.3], by <a class="twikiLink" href="../../Main/GudrunKlinker.html">GudrunKlinker</a> http://campar.in.tum.de/view/Visitors/GymnasiumGrafingSse?t=2007-04-28T11:27Z Software Systems Engineering: Werkzeuggestützte Entwicklung von eingebetteten und reaktiven System Wie kann man mit Systemen umgehen, die mit ganz anderen Bedingungen ... (last changed by GudrunKlinker) 2007-04-28T11:27Z GudrunKlinker 1.3 updated major http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingSse http://campar.in.tum.de/rdiff/Visitors/GymnasiumGrafingSse WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinBauer.html">MartinBauer</a> http://campar.in.tum.de/view/Visitors/WebBottomBar?t=2007-04-28T11:27Z INCLUDE{Main.WebBottomBar} (last changed by MartinBauer) 2007-04-28T11:27Z MartinBauer 1.1 updated major http://campar.in.tum.de/rdiff/Visitors/WebBottomBar http://campar.in.tum.de/rdiff/Visitors/WebBottomBar WebStatistics [v1.591], by Main.guest http://campar.in.tum.de/view/Workflow/WebStatistics?t=2021-09-17T06:18Z Statistics for Workflow Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Sep 2021 61 0 0 ... (last changed by guest) 2021-09-17T06:18Z guest 1.591 updated major http://campar.in.tum.de/rdiff/Workflow/WebStatistics http://campar.in.tum.de/rdiff/Workflow/WebStatistics ToDoList [v1.2], by <a class="twikiLink" href="../../Main/NicolasPadoy.html">NicolasPadoy</a> http://campar.in.tum.de/view/Workflow/ToDoList?t=2007-08-28T18:00Z Todo list of the workflow project ! update project webpage maintain a webpage with the status of our collaborations create a page for SEPs, DAs.. find an Hiwi make ... (last changed by NicolasPadoy) 2007-08-28T18:00Z NicolasPadoy 1.2 updated major http://campar.in.tum.de/rdiff/Workflow/ToDoList http://campar.in.tum.de/rdiff/Workflow/ToDoList WebHome [v1.12], by <a class="twikiLink" href="../../Main/NicolasPadoy.html">NicolasPadoy</a> http://campar.in.tum.de/view/Workflow/WebHome?t=2007-08-28T17:12Z Welcome to the collaboration area of the Workflow in Surgery Project NEWS GREEN Next meetings to be announced... ENDCOLOR Meeting minutes Shared files area Schedule ... (last changed by NicolasPadoy) 2007-08-28T17:12Z NicolasPadoy 1.12 updated major http://campar.in.tum.de/rdiff/Workflow/WebHome http://campar.in.tum.de/rdiff/Workflow/WebHome MeetingMinutes [v1.22], by <a class="twikiLink" href="../../Main/AhmadAhmadi.html">AhmadAhmadi</a> http://campar.in.tum.de/view/Workflow/MeetingMinutes?t=2007-07-29T23:13Z Meeting Minutes back July, 25 2007 Long-term plan Research Goal 1: Workflow-supported Ultrasound Diagnosis Context-specific support Detect required Ultrasound (US ... (last changed by AhmadAhmadi) 2007-07-29T23:13Z AhmadAhmadi 1.22 updated major http://campar.in.tum.de/rdiff/Workflow/MeetingMinutes http://campar.in.tum.de/rdiff/Workflow/MeetingMinutes OldMeetingMinutes [v1.2], by <a class="twikiLink" href="../../Main/AhmadAhmadi.html">AhmadAhmadi</a> http://campar.in.tum.de/view/Workflow/OldMeetingMinutes?t=2007-07-29T23:07Z Meeting Minutes Archive Back to Meeting Minutes. August, 10 2006 Amir Tadayon explain the evaluation problem and its solutions,i.e Direct solution Forward and Backward ... (last changed by AhmadAhmadi) 2007-07-29T23:07Z AhmadAhmadi 1.2 updated major http://campar.in.tum.de/rdiff/Workflow/OldMeetingMinutes http://campar.in.tum.de/rdiff/Workflow/OldMeetingMinutes CurrentStatus [v1.5], by <a class="twikiLink" href="../../Main/AhmadAhmadi.html">AhmadAhmadi</a> http://campar.in.tum.de/view/Workflow/CurrentStatus?t=2007-07-26T11:06Z CurrentStatus back Schedule (last changed by AhmadAhmadi) 2007-07-26T11:06Z AhmadAhmadi 1.5 updated major http://campar.in.tum.de/rdiff/Workflow/CurrentStatus http://campar.in.tum.de/rdiff/Workflow/CurrentStatus TelphoneNumbers [v1.5], by <a class="twikiLink" href="../../Main/MichaelBothmann.html">MichaelBothmann</a> http://campar.in.tum.de/view/Workflow/TelphoneNumbers?t=2006-05-14T12:24Z back Telephone Numbers Tobias / Martin H. Garching 49 89 289 17073 Daniel Pustka Garching 49 89 289 17085 Nassir Garching 49 89 289 17058 Nassir mobile 49 151 14278830 ... (last changed by MichaelBothmann) 2006-05-14T12:24Z MichaelBothmann 1.5 updated major http://campar.in.tum.de/rdiff/Workflow/TelphoneNumbers http://campar.in.tum.de/rdiff/Workflow/TelphoneNumbers SharedFiles [v1.11], by <a class="twikiLink" href="../../Main/AhmadAhmadi.html">AhmadAhmadi</a> http://campar.in.tum.de/view/Workflow/SharedFiles?t=2006-01-17T12:31Z Shared files area back Place for papers, logos, etc... First draft for the GUI: Kick-Off Presentation for the Workflow project: "First Steps Towards Recovery and ... (last changed by AhmadAhmadi) 2006-01-17T12:31Z AhmadAhmadi 1.11 updated major http://campar.in.tum.de/rdiff/Workflow/SharedFiles http://campar.in.tum.de/rdiff/Workflow/SharedFiles WebPreferences [v1.11], by <a class="twikiLink" href="../../Main/DarkoZikic.html">DarkoZikic</a> http://campar.in.tum.de/view/Workflow/WebPreferences?t=2005-09-26T15:20Z Workflow Web Preferences The following settings are web preferences of the Workflow web. These preferences overwrite the site-level preferences in TWIKIWEB . WIKIPREFSTOPIC ... (last changed by DarkoZikic) 2005-09-26T15:20Z DarkoZikic 1.11 updated major http://campar.in.tum.de/rdiff/Workflow/WebPreferences http://campar.in.tum.de/rdiff/Workflow/WebPreferences WebBottomBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/Workflow/WebBottomBar?t=2005-08-04T13:30Z INCLUDE{Chair.WebBottomBar} (last changed by MartinHorn) 2005-08-04T13:30Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/Workflow/WebBottomBar http://campar.in.tum.de/rdiff/Workflow/WebBottomBar WebLeftBar [v1.2], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/Workflow/WebLeftBar?t=2005-08-04T13:29Z INCLUDE{Chair.WebLeftBar} (last changed by MartinHorn) 2005-08-04T13:29Z MartinHorn 1.2 updated major http://campar.in.tum.de/rdiff/Workflow/WebLeftBar http://campar.in.tum.de/rdiff/Workflow/WebLeftBar WebTopBar [v1.1], by <a class="twikiLink" href="../../Main/MartinHorn.html">MartinHorn</a> http://campar.in.tum.de/view/Workflow/WebTopBar?t=2005-08-04T13:28Z INCLUDE{Chair.WebTopBar} (last changed by MartinHorn) 2005-08-04T13:28Z MartinHorn 1.1 updated major http://campar.in.tum.de/rdiff/Workflow/WebTopBar http://campar.in.tum.de/rdiff/Workflow/WebTopBar WebNotify [v1.4], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Workflow/WebNotify?t=2004-08-28T07:30Z This is a subscription service to be automatically notified by e-mail when topics change in this Workflow web. This is a convenient service, so you do not have to ... (last changed by PeterThoeny) 2004-08-28T07:30Z PeterThoeny 1.4 updated major http://campar.in.tum.de/rdiff/Workflow/WebNotify http://campar.in.tum.de/rdiff/Workflow/WebNotify WebRss [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Workflow/WebRss?t=2004-08-16T03:27Z TWiki's Workflow web SCRIPTURL /view SCRIPTSUFFIX /Workflow The Workflow web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. INCLUDE ... (last changed by PeterThoeny) 2004-08-16T03:27Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/Workflow/WebRss http://campar.in.tum.de/rdiff/Workflow/WebRss WebSearchAdvanced [v1.1], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Workflow/WebSearchAdvanced?t=2004-01-18T10:52Z INCLUDE{" TWIKIWEB .WebSearchAdvanced"} (last changed by PeterThoeny) 2004-01-18T10:52Z PeterThoeny 1.1 updated major http://campar.in.tum.de/rdiff/Workflow/WebSearchAdvanced http://campar.in.tum.de/rdiff/Workflow/WebSearchAdvanced WebIndex [v1.2], by <a class="twikiLink" href="../../Main/PeterThoeny.html">PeterThoeny</a> http://campar.in.tum.de/view/Workflow/WebIndex?t=2001-11-24T11:41Z SEARCH{"\. " scope "topic" regex "on" nosearch "on"} See also the faster WebTopicList (last changed by PeterThoeny) 2001-11-24T11:41Z PeterThoeny 1.2 updated major http://campar.in.tum.de/rdiff/Workflow/WebIndex http://campar.in.tum.de/rdiff/Workflow/WebIndex

CounterPlugin (20 Nov 2003 - 16:24 - NEW - RahulMundke?)
This plugin maintains the Visitor Count for the site.

Here are the settings for the plugin:

    • Set DEBUG = 1
    • Set FILEPATH = /home/web/

-- RahulMundke? - 20 Nov 2003

DakarContrib (08 Feb 2006 - 08:44 - NEW - TWikiContributor?)

DakarContrib

Dakar compatibility module for use with plugins that need some of the infrastructure that has been established since TWiki-4.0 (Dakar). Most notably, this is the security sandbox that eliminates the most common attack vectors to TWiki seen in the past.

Detailed Documentation

To use it in your plugin code proceed as follows.

Allocate a sandbox object

  my $sandbox;

  unless (defined &TWiki::Sandbox::new) {
    eval "use TWiki::Contrib::DakarContrib;";
    $sandbox = new TWiki::Sandbox();
  } else {
    $sandbox = $TWiki::sharedSandbox;
  }

Call an external process

  my ($result, $errorCode) = $sandbox->sysCommand($cmdTemplate>, %params);

Normalize a filename

  $fileName = TWiki::Sandbox::normalizeFilename($fileName);

Settings

* One line description: * Set SHORTDESCRIPTION = Dakar compatibility module for Plugins that need some of the TWiki-4.0 infrastructure on Cairo codebase * Name of the perl package * Set STUB = TWiki::Contrib::DakarContrib

Installation Instructions

* Download the ZIP file from the Plugin web (see below) * Unzip DakarContrib.zip in your twiki installation directory. Content:
File: Description:
data/TWiki/DakarContrib.txt contrib topic
lib/TWiki/Contrib/DakarContrib.pm perl module

Contrib Info

Author: TWiki:Main/MichaelDaum
Copyright ©: 2006, Michael Daum
License: GPL (GNU General Public License)
Version: v0.1 (26 Jan 2006)
Dependencies: None
Change History:  
26 Jan 2006: Initial version
09 Dec 2005: moved in sandbox code from dakar's codebase
Home: TWiki:Plugins/DakarContrib
Feedback: TWiki:Plugins/DakarContribDev
Appraisal: TWiki:Plugins/DakarContribAppraisal

-- TWiki:Main/MichaelDaum - 26 Jan 2006

DateFieldPlugin (26 Oct 2005 - 15:19 - NEW - Main.wwwrun)

Date Field Plugin

Provides support for a new type, date, in form fields. When a form field is set to this type it will no longer be editable by normal means, but only through a date selection popup.

Usage

In a form definition, enter date where you would normally put text . For example:

| Birthday | date | 0 | 1 April 2004 | A date |
This will display an uneditable text field and a date selection icon that can be clicked to use the Mishoo Javascript calendar widget to insert a date. The size field is ignored.

If you want to use Javascript to create other data types in form fields, you can use this plugin as a model of how to do it.

Settings

  • Description:
    • Set SHORTDESCRIPTION = Adds a date type to forms

  • Setup for Mishoo JSCalendar
  • The following styles are available: system blue blue2 brown green tas win2k-1 win2k-2 win2k-cold-1 win2k-cold-2
    • Set CAL_STYLE = system
  • The following languages are available: af es ko-utf8 ru br fi lt si ca fr lt-utf8 sk cs-win hr nl sp da hr-utf8 no sv de hu pl tr du it pl-utf8 zh el jp pt en ko ro
    • Set CAL_LANG = en

Plugin Installation Instructions

  • Download the ZIP file from the Plugin web (see below)
  • Unzip DateFieldPlugin.zip in your twiki installation directory. Content:
    File: Description:
    data/TWiki/DateFieldPlugin.txt Plugin topic
    lib/TWiki/Plugins/DateFieldPlugin.pm Plugin Perl module
    lib/TWiki/Plugins/DateFieldPlugin/build.pl Build file
    DateFieldPlugin_installer.pl Install script

  • Optionally, run DateFieldPlugin_installer to automatically check and install other TWiki modules that this module depends on. You can also do this step manually.
  • Alternatively, manually make sure the dependencies listed in the table below are resolved.
    NameVersionDescription
    TWiki::Contrib::JSCalendarContrib>=0.96Used to display a neat calendar popup. Available from the TWiki:Plugins/JSCalendarContrib repository.
  • Edit your edit template (in the templates directory). The actual file name to edit will depend on the skin you are using, but will usually be edit.pattern.tmpl or edit.tmpl or similar. Add the following line to the HEADER block:
<!-- INCLUDEJSCALENDAR -->
If you are using pattern skin ( edit.pattern.tmpl ), it should be added just after the line reading:
%TMPL:DEF{"script"}%

Plugin Info

Author: TWiki:Main.CrawfordCurrie http://www.c-dot.co.uk
Version: 1.000
Copyright ©: 2004 Crawford Currie
License: http://www.gnu.org/copyleft/gpl.html?
Change History:
9 Dec 2004 1.000 initial version
Dependencies:
NameVersionDescription
TWiki::Contrib::JSCalendarContrib>=0.96Used to display a neat calendar popup. Available from the TWiki:Plugins/JSCalendarContrib repository.
Home: TWiki:Plugins/DateFieldPlugin
Feedback: TWiki:Plugins/DateFieldPluginDev

Related Topics: TWikiPreferences, TWikiPlugins, TWiki::Plugins/FormFieldsPlugin

-- TWiki:Main/CrawfordCurrie - 17:29:44 06 December 2004   21 Mar 2004: Added afterSaveHandler 14 Jul 2001: Changed to plug&play 27 Feb 2001: Initial version CPAN Dependencies: none Other Dependencies: none Perl Version: 5.0 Plugin Home: http://TWiki.org/cgi-bin/view/Plugins/DefaultPlugin Feedback: http://TWiki.org/cgi-bin/view/Plugins/DefaultPluginDev

Related Topics: TWikiPreferences, TWikiPlugins, EmptyPlugin

-- TWiki:Main.AndreaSterbini - 27 Feb 2001
-- TWiki:Main.PeterThoeny - 21 Mar 2004

FAQ:

How do I delete or rename a topic?

Answer:

These two questions are answered together because often when you think you want to delete a page, more often it makes sense to rename the page to contain more context, e.g. rename it to include the date.

You can rename, move and delete topics directly from your browser. Moving lets you transfer a topic from one web to another. The soft delete moves a topic to the special Trash web, where it's hidden but can be "undeleted" with system administrator access.

Click [More] on the control bar at the bottom of the page you want to change, then choose [Rename/move], and make your changes to that screen. There's a link that launches to the ManagingTopics reference page in a pop-up window.

NOTE: The configuration of your site and your own access permissions determine whether you can access these functions.

Note for site administrators: To remove a topic permanently move it to the Trash web, then with file-level access, delete the .txt and .txt,v files manually from /twiki/data/Trash.

Back to: TWikiFAQ

-- PeterThoeny - 09 May 2003

FAQ:

How do I delete or rename a file attachment?

Answer:

You can move and delete attachments directly from your browser. Moving lets you transfer an attachment from one topic to another. The soft delete moves an attachment to the special TrashAttachment topic in the Trash web, where it's hidden but can be "undeleted" with system administrator access. Please note that you cannot rename an attachment in the current TWiki release.

Click on action on the file in the FileAttachment table, then in the Update attachment screen choose [Move attachment], and make your changes to that screen.

NOTE: The configuration of your site and your own access permissions determine whether you can access these functions.

Note for system administrators: To remove an attachment permanently move it to the Trash.TrashAttachment topic, then with file-level access, delete the file attachment and its ,v repository file manually from twiki/pub/Trash/TrashAttachment.

Back to: TWikiFAQ

-- PeterThoeny - 09 May 2003

Use the "Minor changes, don't notify" checkbox in preview in case you only make a minor change to a topic and you do not want to inform everybody who is on the WebNotify list of the current web of this change.

Note: No new revision is created in case you save the same topic again within a certain time frame (default is one hour). You only need to checkmark the "Minor change, don't notify" checkbox once within this time frame, because subsequent save operations do not notify users.

Note: The initial state of the checkbox can be set to on with the DONTNOTIFYCHECKBOX preferences variable. See TWikiPreferences for more.

DragonSkin (27 Jul 2004 - 15:17 - NEW - Main.cbs)

Dragon Skin

TWiki:Plugins.DragonSkinDev has development-related information.

Dragon skin (named after the logo on the site it was developed for) is intended to provide a prosaic but relatively organized look-and-feel, while providing easy access to TWiki tools (topic lists, web changes, etc). Some features of this skin:

  • Fairly straightforward installation
  • A number of user customization options
  • Avoids using WEBBGCOLOR as a background for text
  • Themable (Three themes are included)

Browser support

DragonSkin has been tested on IE6, IE5.2/Mac, and fairly recent versions of Firefox, Mozilla, Opera, Safari, Camino, and Netscape, and appears to work on those browsers (Firefox and IE6 have been used the most). It has not been tested at all on IE5/Win, and may have display problems with that browser. Netscape 4.x should see the skin without any CSS formatting.

Screen Shots

The screen shot below is of the "tabstyle" theme. The "gray" theme has a rather drab solid gray left menu. The "monchrome" theme has a solid white left menu with a few other minor changes.

Click for full screen image

Topics included with the Dragon skin distribution

DragonSkinInstall
Installation instructions and administrator customization tips
DragonSkinCustomize
How users of the skin can customize various look and feel aspects.
DragonSkinSiteMap
A minor reworking of the classic TWiki site map, with the goal of having it be readable if somebody sets their web's WEBBGCOLOR to dark blue.

Installation

See DragonSkinInstall for detailed installation instructions and administrator customization tips.

Note: You do not need to install anything on the browser to use this skin. The following instructions are for the administrator who installs the skin on the server where TWiki is running.

Skin Info

Description:  
Screenshot: Click for full screen image
Base Name: dragon
Skin Author: TWiki:Main/ClaussStrauch
Skin Version: 27 Jul 2004 (v1.000)
Change History:  
27 Jul 2004: Initial version (v1.000)
Dependencies:  
Skin Home: http://TWiki.org/cgi-bin/view/Plugins/DragonSkin
Feedback: http://TWiki.org/cgi-bin/view/Plugins/DragonSkinDev

Note: The Description, Screenshot and Base Name rows are needed by the TWikiSkinBrowser

Related topic: TWikiSkins, TWikiSkinBrowser

-- TWiki:Main/PeterThoeny - 25 Jul 2004

-- ClaussStrauch? - 27 Jul 2004

DragonSkin customization

This topic contains information on how to change user-configurable look-and-feel aspects of Dragonskin. See DragonSkinInstall for installation instructions, and DragonSkin for some general information about the skin.

TWiki variables used by DragonSkin

The following TWikiVariables are specific to DragonSkin and control various look and feel aspects of the skin:

DS_BODYFONTSIZE
CSS font size for the overall body of the page.
DS_LEFTMENUFONTSIZE
CSS font size for the left menu (relative size values will compound with the body font size).
DS_EDITBARFONTSIZE
CSS font size for the edit/attach/etc menubar on the top of each view page (relative size values will compound with the body font size).
DS_FONTFAMILY
CSS font family. Applies to all pages.
DS_QUICKLINKSDISPLAY
Set this variable to "none" to turn off display of the quicklinks menu.
DS_QUICKLINKSHEADING
String to use for the quicklinks submenu heading.
DS_QUICKLINKS
HTML unordered list containing the quicklinks menu items.
DS_TOPICCSS
CSS statements that will get embedded in every view page (meant for adding short bits of style to a specific topic). These CSS statements are only included in view pages, not in edit, preview or oops pages. See the section below on "Recovering from a bad DS_TOPICCSS setting" for reasons why. Surround a topic-specific CSS setting with HTML comments to hide the CSS statements. Set the variable to a blank value on your wiki home page to disable seeing custom css styles.
DS_THEME
Lets one chose between various look and feels. Supported themes at this time are "gray" (the default), "monochrome", and "tabstyle".

You can test out settings on one page (such as a Sandbox page) using variables set within that topic.

The colored bands on the top and bottom of each page is set via the standard TWiki WEBBGCOLOR variable. This is usually set on a per-web basis, in order to provide a consistent indication of which web a page is in.

Built-in CSS styles

The following CSS styles are included with Dragonskin as a convenience. Your local administrator may add additional classes:
ds-draft
Text within a div of class ds-draft will be displayed with a tiled background containing light gray images with the word "DRAFT".
ds-kbd
Text within a div of class ds-kbd will be displayed in monospaced type w/in an indented light-gray box.
ds-note
Text within a div of class ds-note will be displayed as a yellow "Post-it" style note on the right-side of the page.

To use these classes, enclose your text in a div of that class. For example:
<div class="ds-note">
Your text goes here.
</div>

Hiding forms

The following DS_TOPICCSS setting:
  • Set DS_TOPICCSS = .ds-topicform {display:none;}
will hide a topic's form when viewing it.

How to configure the quicklinks submenu

To remove the quicklinks menu entirely, set DS_QUICKLINKSDISPLAY to "none".

The heading can be configured just by setting DS_QUICKLINKSHEADING to the string of your choice (keep in mind that it should be relatively short to fit in one line).

The menu items are configured by setting DS_QUICKLINKS to an html unordered list containing the menu links you need: For example:

<ul><li>[[TWiki.DragonSkin][Change me]]</li></ul>
will have one link with the link text "Change me" that points to this page.

Access key(s)

At this time, only 1 access key is supported: Access key 3 will bring up an edit window for the current topic. On most browsers, Alt-3 will active this access key.

Guidelines for setting font sizes

Note: it is possible to set font sizes so small as to be unreadable. If that happens, you can use your browser font controls (ctrl + mouse wheel) to increase the font size so that you can edit your preference page, or (if you have just saved your changes), hit the back button on your browser a few times and re-edit your preferences). Also, access key 3 (usually bound to Alt-3 in your browser) will bring up a edit window for the topic you are currently viewing. DS_BODYFONTSIZE controls the base font size for the page. To adjust the size, you can set it to one of the font-size keywords: xx-small, x-small, small, medium, large, x-large. Alternatively (and this is much more flexible), set it to a particular percentage (but you probably don't want to go underneath 76%). Once you've adjusted the base font size, you can set DS_LEFTMENUFONTSIZE and DS_EDITBARFONTSIZE using ems. For example, Set DS_LEFTMENUFONTSIZE = .9em.

Recovering from a bad DS_TOPICCSS setting

It is possible to set a DS_TOPICCSS variable in such a way as to make it difficult to view pages (e.g. setting it to "body {display: none}"). If that happens, you can always recover by following these steps:
  1. Type the URL of your wiki home page (or go directly to the page with the setting that is causing the problem) into your browser to go to that page.
  2. Edit the page by using access key 3 (usually bound to Alt-3 in your browser).
  3. On that page, set DS_TOPICCSS to a blank value (or any other safe value).
  4. Preview and save that page.

DragonSkin installation

This topic describes how to install DragonSkin and perform some simple administrator-level (i.e. requiring the editing of template and CSS files) customizations. See the DragonSkinCustomize topic for information on doing user-configurable customizations, such as configuring the left quicklinks submenu, and the DragonSkin topic for some general information about the skin.

Basic install

  1. Unzip dragonskin.zip into your twiki installation directory.
  2. Set these variables to activate the skin:
    • Set SKIN = dragon
    • Set DS_THEME = gray (or select another theme such as "monochrome" or "tabstyle").
  3. In your templates directory, edit the file dragonmenu.dragon.tmpl to configure the left menu (see below if you wish to read this menu from a topic). When editing this file, keep the basic div and class structure. H2 tags are used for menu headings; HTML unordered lists are used for menus.
  4. Set the contents of the DS_QUICKLINKS submenu. Instructions on how to do so (or hide this submenu entirely) are in DragonSkinCustomize.
  5. Do any other customizations (fonts, etc) as per DragonSkinCustomize.
  6. (Optional) If you are still using the default TWiki robot logo, the skin will look much better if you change it to something else, such as twikiRobot121x54.gif from TWiki:Codev.TWikiLogosDropInReplacementsWhite.
  7. (Optional) Replace the default TWiki site map with DragonSkinSiteMap.

Browser issues

DragonSkin has been tested on IE6, Firefox, IE5.2/Mac, and fairly recent versions of Firefox, Mozilla, Opera, Safari, Camino, and Netscape, and appears to work on those browsers (Firefox and IE6 have been used the most). It has not been tested at all on IE5/Win, and may have display problems with that browser. Netscape 4.x should see the skin without any CSS formatting.

Customizing the installation

Note: When creating DragonSkin-related CSS classes or TWiki variables, use a prefix of ds- for CSS classes (e.g. ds-myclass) and DS_ for TWiki variables (e.g. DS_MYVARIABLE). This will help prevent namespace confusion.

Including the left menu from a topic

  1. Create a topic with the menu contents. When doing so, be careful about including blank lines in the menu, since the TWiki renderer will insert paragraph tags and mess up the layout. Also, use %INCLUDINGWEB% when necessary to make sure that searches and links to topics like WebPreferences will reference the right web. Note that including the menu from a topic will be slightly slower than using it directly from the template file.
  2. Change the templates/dragonmenu.dragon.css file to just have the single line %INCLUDE{"TWiki.DragonMenuTopic"}% (or whatever your menu topic is called).

Adding site-specific CSS styles

If you want to add a site-specific CSS style, add it to pub/%TWIKIWEB%/DragonSkin/typography.css, since that file is included in every theme. Alternatively, add another import rule to the definition of dragoncss in templates/twiki.dragon.tmpl that imports a site-specific css file, and put all local styles in that file. If your style makes use of TWiki variables, add it to templates/dragoncssvars.dragon.tmpl, so variables will get expanded.

TWiki Site Map

Web TWiki Site Map Use to...
Main
 Home of Main web Search Main web Recent changes in the Main web Get notified of changes to the Main web
Welcome to TWiki... Users, Groups, Offices - tour this expandable virtual workspace. ...get a first-hand feel for TWiki possibilities.
TWiki
 Home of TWiki web Search TWiki web Recent changes in the TWiki web Get notified of changes to the TWiki web
Welcome, Registration, and other StartingPoints; TWiki history & Wiki style; All the docs... ...discover TWiki details, and how to start your own site.
AMIARCS
 Home of AMIARCS web Search AMIARCS web Recent changes in the AMIARCS web Get notified of changes to the AMIARCS web
Workshop of Medical Augmented Reality at MICCAI 06 ...collaborate on
AMIARCS08
 Home of AMIARCS08 web Search AMIARCS08 web Recent changes in the AMIARCS08 web Get notified of changes to the AMIARCS08 web
Web page for AMI-ARCS 08 display webpage of amiarcs 08
AMIARCS09
 Home of AMIARCS09 web Search AMIARCS09 web Recent changes in the AMIARCS09 web Get notified of changes to the AMIARCS09 web
Augmented environments for Medical Imaging including Augmented Reality in Computer-aided Surgery 2009 (AMI-ARCS), a one day satellite workshop of MICCAI 2009 ...collaborate on Augmented environments for Medical Imaging including Augmented Reality in Computer-aided Surgery
AMICARS?
 Home of AMICARS web? Search AMICARS web? Recent changes in the AMICARS web Get notified of changes to the AMICARS web
Worshop of Mediacl Augmented Reality at MICCAI 06 ...collaborate on
ARC
 Home of ARC web Search ARC web Recent changes in the ARC web Get notified of changes to the ARC web
1st Iranian-German Workshop on Medical Engineering: The Avicenna-Roentgen Collaboration Avicenna-Roentgen Collaboration
ARForum
 Home of ARForum web Search ARForum web Recent changes in the ARForum web Get notified of changes to the ARForum web
Forum on Augmented Reality ...collaborate on
CAMPing2013
 Home of CAMPing2013 web Search CAMPing2013 web Recent changes in the CAMPing2013 web Get notified of changes to the CAMPing2013 web
CAMPing 2013 retreat event organization page ...collaborate on CAMPING 2013
CAMPing2014
 Home of CAMPing2014 web Search CAMPing2014 web Recent changes in the CAMPing2014 web Get notified of changes to the CAMPing2014 web
CAMPing 2013 retreat event organization page ...collaborate on CAMPING 2013
CAMPing2015
 Home of CAMPing2015 web Search CAMPing2015 web Recent changes in the CAMPing2015 web Get notified of changes to the CAMPing2015 web
Camping 2015 at Faak am See, Austria Organize the Camping 2015 event.
CVIISTENT2015
 Home of CVIISTENT2015 web Search CVIISTENT2015 web Recent changes in the CVIISTENT2015 web Get notified of changes to the CVIISTENT2015 web
Computing and Visualization for Intravascular Imaging and Computer Assisted Stenting Computing and Visualization for Intravascular Imaging and Computer Assisted Stenting
CVIISTENT2018
 Home of CVIISTENT2018 web Search CVIISTENT2018 web Recent changes in the CVIISTENT2018 web Get notified of changes to the CVIISTENT2018 web
CVII-Stent 2018 MICCAI Workshop ...collaborate on
CamCWorkshop2011
 Home of CamCWorkshop2011 web Search CamCWorkshop2011 web Recent changes in the CamCWorkshop2011 web Get notified of changes to the CamCWorkshop2011 web
CamC? Workshop 2011 CamC? Workshop 2011
Chair
 Home of Chair web Search Chair web Recent changes in the Chair web Get notified of changes to the Chair web
The Chair's I-16 Main Web
DisCent
 Home of DisCent web Search DisCent web Recent changes in the DisCent web Get notified of changes to the DisCent web
Discussion Center ...collaborate on
DiscussIt
 Home of DiscussIt web Search DiscussIt web Recent changes in the DiscussIt web Get notified of changes to the DiscussIt web
Discussion Center ...collaborate on
External
 Home of External web Search External web Recent changes in the External web Get notified of changes to the External web
Web for Read-Protected ressources for external people. Hauptsächlich genutzt um einem beschränkten externen Leserkreis Zugriff auf geschützte Dokumente zu geben ohne im Chair web zugriffsbeschränkungen vergeben zu müssen.
IPCAI2010
 Home of IPCAI2010 web Search IPCAI2010 web Recent changes in the IPCAI2010 web Get notified of changes to the IPCAI2010 web
IPCAI 2010 ...collaborate on
IPCAI2011
 Home of IPCAI2011 web Search IPCAI2011 web Recent changes in the IPCAI2011 web Get notified of changes to the IPCAI2011 web
IPCAI 2011 ...collaborate on
IPCAI2012
 Home of IPCAI2012 web Search IPCAI2012 web Recent changes in the IPCAI2012 web Get notified of changes to the IPCAI2012 web
IPCAI 2012 ...collaborate on
IPCAI2013
 Home of IPCAI2013 web Search IPCAI2013 web Recent changes in the IPCAI2013 web Get notified of changes to the IPCAI2013 web
IPCAI 2013 ...collaborate on
IPCAI2014
 Home of IPCAI2014 web Search IPCAI2014 web Recent changes in the IPCAI2014 web Get notified of changes to the IPCAI2014 web
IPCAI 2013 ...collaborate on
ISMAR
 Home of ISMAR web Search ISMAR web Recent changes in the ISMAR web Get notified of changes to the ISMAR web
Ismar 05 ...collaborate on
ISMAR07TT
 Home of ISMAR07TT web Search ISMAR07TT web Recent changes in the ISMAR07TT web Get notified of changes to the ISMAR07TT web
ISMAR 07 Tracking Tutorial for ISMAR 07 Tracking Tutorial
ImVis2014
 Home of ImVis2014 web Search ImVis2014 web Recent changes in the ImVis2014 web Get notified of changes to the ImVis2014 web
CAMPing 2013 retreat event organization page ...collaborate on CAMPING 2013
ImVis2015
 Home of ImVis2015 web Search ImVis2015 web Recent changes in the ImVis2015 web Get notified of changes to the ImVis2015 web
Camping 2015 at Faak am See, Austria Organize the Camping 2015 event.
ImVis2016
 Home of ImVis2016 web Search ImVis2016 web Recent changes in the ImVis2016 web Get notified of changes to the ImVis2016 web
Camping 2016 at Faak am See, Austria Organize the Camping 2016 event.
Japanese
 Home of Japanese web Search Japanese web Recent changes in the Japanese web Get notified of changes to the Japanese web
Japanese Language Tools ...collaborate on
MEDAR
 Home of MEDAR web Search MEDAR web Recent changes in the MEDAR web Get notified of changes to the MEDAR web
Medical AR workshop at this years ISMAR conference held in Munich. ...collaborate on
MICCAI2015
 Home of MICCAI2015 web Search MICCAI2015 web Recent changes in the MICCAI2015 web Get notified of changes to the MICCAI2015 web
18th MICCAI conference 2015 in Munich
MedicalARTutorial07
 Home of MedicalARTutorial07 web Search MedicalARTutorial07 web Recent changes in the MedicalARTutorial07 web Get notified of changes to the MedicalARTutorial07 web
Miccai Tutorial on Medical Augmented Reality ...collaborate on
Medizin
 Home of Medizin web Search Medizin web Recent changes in the Medizin web Get notified of changes to the Medizin web
Web for medical teaching activities ...collaborate on
Moca
 Home of Moca web Search Moca web Recent changes in the Moca web Get notified of changes to the Moca web
Avilus Motion Capture Subproject ...collaborate on
STENT2013
 Home of STENT2013 web Search STENT2013 web Recent changes in the STENT2013 web Get notified of changes to the STENT2013 web
Official website for the 2nd MICCAI-Workshop on Computer Assisted Stenting 2013 ...collaborate on
Sandbox
 Home of Sandbox web Search Sandbox web Recent changes in the Sandbox web Get notified of changes to the Sandbox web
Sandbox test area with all features enabled. ...experiment in an unrestricted hands-on web.
Students
 Home of Students web Search Students web Recent changes in the Students web Get notified of changes to the Students web
Public web for students to edit ... ...collaborate on, documentation for lab courses, seminars, ...
UbiTrack
 Home of UbiTrack web Search UbiTrack web Recent changes in the UbiTrack web Get notified of changes to the UbiTrack web
ubiquitous tracking ...collaborate on
Visitors
 Home of Visitors web Search Visitors web Recent changes in the Visitors web Get notified of changes to the Visitors web
Visitor Web ...collaborate on
Workflow
 Home of Workflow web Search Workflow web Recent changes in the Workflow web Get notified of changes to the Workflow web
Colaboration Web for the Surgery Workflow Project ...collaborate on
You can use color coding by web for identification and reference. This table is updated automatically based on WebPreferences settings of the individual webs. Contact dennis.hilla@tum.de if you need a separate collaboration web for your team.

Legend of icons:

 

Home of web = Go to the home of the web
Search web = Search the web

 

Recent changes in the web = See recent changes in the web
Get notified of changes to the web = Subscribe to get notified of changes by e-mail

FAQ:

Why does the topic revision not increase when I edit a topic?

Answer:

The same topic revision will be used when you save a topic again within a certain time frame (one hour by default). This is to prevent unnecessary topic revisions when you do several edit cycles in a row. Note that a new revision is created if another person edits the same topic, regardless of the time.

Back to: TWikiFAQ

-- PeterThoeny - 27 Nov 2000

Edit Table Plugin

This plugin allows you to edit TWiki tables using edit fields and drop down boxes. Tables have an [ Edit table ] button if preceeded by an %EDITTABLE{...}% variable. Each column can be a text field, a drop down box, a date field, etc. Multiple tables per topic are editable, but only one at a time can be edited.

Per Table Settings

Add a %EDITTABLE{...}% variable just before an existing table to make it editable, or add the variable anywhere in a topic to start a new table. Parameters:

Parameter Comment Default
header Specify the header format of a new table like "|*Food*|*Drink*|". Useful to start a table with only a button (no header)
format The format of one column when editing the table. A cell can be a text input field, or any of these edit field types:
• Text input field (1 line):
  | text, <size>, <initial value> |
• Textarea input field:
  | textarea, <rows>x<columns>, <initial value> |
• Drop down box:
  | select, <size>, <option 1>, <option 2>, etc |
• Radio buttons:
  | radio, <size*>, <option 1>, <option 2>, etc |
  * size indicates the number of buttons per line in edit mode
• Checkboxes:
  | checkbox, <size*>, <option 1>, <option 2>, etc |
  * size indicates the number of checkboxes per line in edit mode
• Fixed label:
  | label, 0, <label text> |
• Row number:
  | row, <offset> |
• Date:
  | date, <size>, <initial value>, <DHTML date format> |
"text, 16"
for all cells
changerows Rows can be added and removed if "on";
Rows can be added but not removed if "add"
CHANGEROWS
Plugin setting
quietsave Quiet Save button is shown if "on", hidden if "off" QUIETSAVE
Plugin setting
include Other topic defining the EDITTABLE parameters. The first %EDITTABLE% in the topic is used. This is useful if you have many topics with the same table format and you want to update the format in one place. (none)
helptopic Topic name containing help text shown below the table when editing a table. The %STARTINCLUDE% and %STOPINCLUDE% variables can be used in the topic to specify what is shown. (no help text)
headerislabel Table header cells are read-only (labels) if "on"; header cells can be edited if "off" or "0" "on"
editbutton Set edit button text, e.g. "Edit this table"; set button image with alt text, e.g. "Edit table, %PUBURL%/%TWIKIWEB%/TWikiDocGraphics/edittopic.gif"; hide edit button at the end of the table with "hide" (Note: Button is automatically hidden if an edit button is present in a cell) EDITBUTTON
Plugin setting

Initial Values

By default, variables in <initial value> (of text input field) and <label text> (of fixed label) get expanded when a new row is added. This can be used for example to add a timestamp to a label. You can escape characters if you do not want that:
Text: To Escape:
$quot Double quote ("). Alternatively write \" to escape it
$percnt Percent sign (%)
$dollar Dollar sign ($)
$nop or $nop() Is a "no operation"

Date Field Type

Edit Table Calendar Example The date field type allows one to choose a date with a popup calendar. Popup calendar works for Netscape 6.0 or better, all other Gecko-based browsers, Internet Explorer 5.0 or better for Windows, Opera 7 and Konqueror 3.1.2. The ... button is inactive if the browser cannot support the popup calendar. It uses the nice Mishoo DHTML calendar, see also TWiki:Codev/JavaScriptDatePickerForForm

Per Cell Settings

An individual edit field type can be defined for each table cell. Place an %EDITCELL{ "type, ..." }% variable at the end of the cell content. This is useful to override the per column %EDITTABLE{ format="..." }% settings, or to create tables with key/value rows. All edit field types of the format="..." parameter are supported. For example, to define a text field, type: | cell content %EDITCELL{ "text, 20" }% |

It is also possible to place the edit button inside a cell instead of default location below the table. Type | %EDITCELL{ "editbutton, 1, Edit this table" }% | to show a button, or | %EDITCELL{ "editbutton, 1, Edit table, Image-URL" }% | to show a button image with alternate text.

Note: The %EDITCELL{ }%=variable cannot be used by itself; place an =%EDITTABLE{ }%=variable at the beginning of a table where you want to use =%EDITCELL{ }% variables.

Table Buttons

  • In page view mode:
    • - turn the table into edit mode
  • In edit mode:
    • - save your changes
    • - save your changes without alerting subscribed WebNotify users
    • - add row to the table (if enabled)
    • - remove last row from the table (if enabled)
    • - cancel without saving and release edit lock

Examples

Line before table: %EDITTABLE{ format="| row, -1 | text, 20, init | select, 1, one, two, three, four | radio, 3,:-),:-I,:-( | label, 0, %SERVERTIME{"$day $mon $year $hour:$min"}% |" changerows="on" }%

Nr Text field Drop down Mood Timestamp
1 hello table one smile 26 Jun 2002 12:30
2   two frown 27 Jun 2002 12:40

Note: Please do not save this example table! Use TWiki:Sandbox.EditTablePluginTesting if you want to try out this Plugin

If this plugin is installed you will see an [ Edit table ] button above; if you were to click on it (please don't, use TWiki:Sandbox.EditTablePluginTesting for testing) you get this form:

Nr Text field Drop down Mood Timestamp
1 smile indifferent frown 26 Jun 2002 12:30
2 smile indifferent frown 27 Jun 2002 12:40
(demo only, these buttons do not work)

The following example shows a simple table with key/value rows. The default edit field type for the value column is a text field. This is overloaded by a selector for the Gender, and a date picker for the DOB. This is typically used by TWiki applications where new topics with tables are created based on a template topic.

You type:
%EDITTABLE{ format="| label | text, 40 |" }%
|*Key*|*Value*|
| Name: | John Smith |
| Gender: | M %EDITCELL{select, 1, , F, M}% |
| DOB: | 1999/12/31 %EDITCELL{date, 10}% |
| City: | New York |
Screenshot: EDITCELL Example in view mode Screenshot in edit mode: EDITCELL Example in edit mode

Plugin Settings

Plugin settings are stored as preferences variables. To reference a plugin setting write %<plugin>_<setting>%, for example, %EDITTABLEPLUGIN_SHORTDESCRIPTION%

  • One line description, shown in the TextFormattingRules topic:
    • Set SHORTDESCRIPTION = Edit TWiki tables using edit fields, date pickers and drop down boxes

  • Set DEBUG to 1 to get debug messages in data/debug.txt. Default: 0
    • Set DEBUG = 0

  • Default for change rows flag: on, off, add
    • Set CHANGEROWS = on

  • Default flag for quiet save option: on to show the Quiet Save button, off to hide
    • Set QUIETSAVE = on

  • Default edit button: Specify button text, or specify alternate text, image URL
    • #Set EDITBUTTON = Edit table
    • Set EDITBUTTON = Edit this table, edittable.gif

  • Language of DHTML calendar, pointing to attached calendar-<code>.js language file: en, af, br, ca, cs-win, da, de, du, el, es, fr, hr, hr-utf8, hu, it, jp, nl, no, pl, pt, ro, ru, sk, sp, sv, tr, zh
    • Set JSCALENDARLANGUAGE = en

  • Additional options of DHTML calendar:
    • Set JSCALENDAROPTIONS =

Note: The Plugin looks for the JSCALENDAR* settings first in the TWiki Preferences, then in above Plugin settings

Limitations and Known Issues

  • This Plugin does not support TWiki table formatting like Multi-span cells (e.g. | ... ||) and cell justification (e.g. |  centered  |   right |)
  • There is a performance issue when editing a large table, say, with more then 50 rows
  • Variables like %ATTACHURL% get expanded unless they are in a label
  • You cannot put two %EDITTABLE{}% statements on the same line in the source
  • You can include %-vars now in select values, by quoting them with <nop>, as in %<nop>X% for %X%, say for instance:
    select,1,%<nop>X%,%<nop>Y%

Plugin Installation Instructions

Note: You do not need to install anything on the browser to use this Plugin. The following instructions are for the administrator who installs the plugin on the server where TWiki is running.

  • Download the ZIP file from the Plugin web (see below)
  • Unzip EditTablePlugin.zip in your twiki installation directory. Content:
    File: Description:
    data/TWiki/EditTablePlugin.txt Plugin topic
    data/TWiki/EditTablePlugin.txt,v Plugin topic repository
    lib/TWiki/Plugins/EditTablePlugin.pm Plugin Perl module
    pub/TWiki/EditTablePlugin/edittable.gif Edit table button image
    pub/TWiki/EditTablePlugin/*.gif Screenshots and Mishoo DHTML calendar images
    pub/TWiki/EditTablePlugin/README Mishoo DHTML calendar README
    pub/TWiki/EditTablePlugin/release-notes.html Mishoo DHTML calendar release notes
    pub/TWiki/EditTablePlugin/*.js Mishoo DHTML calendar JavaScript files
    pub/TWiki/EditTablePlugin/calendar-system.css Mishoo DHTML calendar stylesheet
  • The Plugin depends on the viewauth script to authenticate the user. As described in TWikiAccessControl, copy the view script to viewauth (or better, create a symbolic link) and add viewauth to the list of authenticated scripts in the .htaccess file.
  • The Mishoo DHTML calendar 0.9.5 is preinstalled and should work without any configuration. If you wish to use another language, specify the in the Plugin settings, or create a new language files, attach it to the Plugin topic, and change the Plugin settings
  • Test if the Plugin is correctly installed:
    • Check above example if there is an [ Edit table ] button below the table in above example
    • Click on [ Edit table ], make changes and save the table

License

  • The Edit Table Plugin is released under the GPL
  • The Mishoo DHTML calendar bundled with this Plugin was created by Mihai Bazon and is released under the LGPL -- thanks Mihai for the great tool smile

Plugin Info

Plugin Author: TWiki:Main/PeterThoeny
Plugin Version: 16 Sep 2004
Change History:  
16 Sep 2004: Added radio buttons and checkbox controls; escaped "|" pipe symbol found in input fields to preserve tables
01 Aug 2004: Fixed bug where edittable did not work if at the end of a topic
07 Apr 2004: Fixed bug where two tables got updated when you edit and save a table included into a topic containing other edit tables
02 Mar 2004: Default for %EDITCELL{editbutton}% is EDITBUTTON preference
27 Feb 2004: Added QUIETSAVE setting and quietsave parameter; image for Edit button
18 Feb 2004: Doc fixes; allow edit button anywhere in a cell not just at the end of a cell
17 Feb 2004: Added per cell definition of edit field types with %EDITCELL{}% variable; added headerislabel and editbutton parameters
20 Dec 2003: Fixed bug where calendar did not work after adding a row (TWiki:Main/PaulineCheung); added all language files of Mishoo DHTML calendar 0.9.5
13 Dec 2003: Added CHANGEROWS, JSCALENDARDATEFORMAT, JSCALENDARLANGUAGE, JSCALENDAROPTIONS settings
16 Oct 2003: small typo fixed (garbled if ---+ header on top)
15 Oct 2003: new date field type with javascript calendar - CN
14 Oct 2003: docfix: the documentation page was an old one - CN
13 Oct 2003: bugfix: %-vars in select were resetted to first on add/del row - CN
18 Sep 2003: incompatibility: changed default of changerows to on; support for %-vars, Quiet save for saving without notification; all other fixes in Dev topic integrated - CN
08 Nov 2002: Prevent variable expansion in label text; added escape characters
27 Jun 2002: New helptopic parameter
26 Jun 2002: Support for variables in included EDITTABLE parameters; fixed problem with HTML in cells
21 May 2002: Added fixed label format; new changerows="add" parameter
27 Apr 2002: Fixed bug where text after a double quote in a cell disappeared
18 Apr 2002: Fixed bug where table was breaking when pasting multiple lines into an edit field using Netscape on Unix
08 Apr 2002: Check for change permission and edit lock of topic
05 Apr 2002: Initial version
CPAN Dependencies: none
Other Dependencies: Mishoo DHTML calendar (version 0.9.5 preinstalled); TWiki version 01 Feb 2003 or later
Perl Version: 5.0
TWiki:Plugins/Benchmark: GoodStyle 98%, FormattedSearch 98%, EditTablePlugin 95%
Plugin Home: http://TWiki.org/cgi-bin/view/Plugins/EditTablePlugin
Feedback: http://TWiki.org/cgi-bin/view/Plugins/EditTablePluginDev

Related Topics: TWikiPreferences, TWikiPlugins

-- TWiki:Main/PeterThoeny - 16 Sep 2004

EmbedBibPlugin (27 Aug 2003 - 06:24 - r1.2 - DonnyKurniawan?)

EmbedBibPlugin

This is a plugin that you can use to embed BibTeX entries in TWiki webs. It uses BibTool and Bibtex2html

Syntax Rules

  • %EMBEDBIB{webname="string" topic="string" style="string" bibfile="string" sort="string" select1="string (string)" select2=...}%
    • EMBEDBIB uses the BibTeX file defined in bibfile
    • The bibfile must be attached in topic in webname web
    • style can be HTML formatted text (html) or raw text (bibtext)
    • webname, topic, and style can be omitted. The plugin will use the preferences variables defined in EmbedBibPlugin Global Settings
    • If the style is html, sort can be used to sort the entries by year or by name. If the style is bibtex, sort is ignored
    • select1, select2, select3, and select4 are used to select the BibTeX entries. select1 is mandatory while the others are optional.
    • The format of selects is: selectx="field_name (search_string)". Examples of field_name are author and year (more examples can be found in BibTool manual). Examples of search_strings are Einstein and 2003.
    • Multiple selects are used to provide the AND operation, e.g. %EMBEDBIB{... select1="author (Einstein)" select2="year (2003)"}% will find entries authored by Einstein AND authored in the year 2003.
    • For OR operation, use | in the seach_string, e.g. %EMBEDBIB{... select1="author (Einstein|Fermi)"|% will find entries authored by Einstein or Fermi.

Examples

  • %EMBEDBIB{webname="Sandbox" topic="BibTest" style="html" bibfile="cite.bib" select1="author (Einstein)"}%
    • Use cite.bib which is attached in Sandbox under the topic BibTest as the BibTeX file
    • Embeds all of the references from the BibTeX file which have Einstein in the author field
    • Format the embedded text as html

  • %EMBEDBIB{bibfile="cite.bib" select1="author (Einstein|Fermi)" select2="year (2003)"}
    • Use cite.bib which is attached to the DEFAULTWEBNAME under the topic DEFAULTTOPICNAME as the BibTeX file
    • Embeds all of the references from the BibTeX file which have Einstein or Fermi in the author field and 2003 in the year field
    • Format the embedded text as DEFAULTSTYLE

EmbedBibPlugin Global Settings

Plugin settings are stored as preferences variables. To reference a plugin setting write %<plugin>_<setting>%, for example, %EMBEDQTPLUGIN_SHORTDESCRIPTION%

  • One line description, shown in the TextFormattingRules topic:
    • Set SHORTDESCRIPTION = Embeds BibTeX entries in a TWiki page

  • Debug plugin: (See output in data/debug.txt)
    • Set DEBUG = 0

  • Default web name for BibTeX files:
    • Set DEFAULTWEBNAME = TWiki

  • Default topic name for BibTeX files:

  • Default style (bibtex or html):
    • Set DEFAULTSTYLE = bibtex

  • Default sorting method (year or name):
    • Set DEFAULTSORT = year

Plugin Installation Instructions

Note: You need to install BibTool and Bibtex2html on the server. The commands bibtool and bibtex2html must be in the path of the process that runs the TWiki scripts. If they are not in the path, change $bibtoolPath and $bibtex2htmlPath in lib/TWiki/Plugins/EmbedBibPlugin.pm to point to the correct location. The following instructions are for the administrator who installs the plugin on the server where TWiki is running.

  • Download the ZIP file from the Plugin web (see below)
  • Unzip EmbedBibPlugin.zip in your twiki installation directory. Content:
    File: Description:
    data/TWiki/EmbedBibPlugin.txt Plugin topic
    data/TWiki/EmbedBibPlugin.txt,v Plugin topic repository
    lib/TWiki/Plugins/EmbedBibPlugin.pm Plugin Perl module
    pub/TWiki/EmbedBibPlugin/sample.bib Plugin sample BibTeX file
    pub/TWiki/EmbedBibPlugin/sample.bib,v Plugin sample BibTeX file repository
  • Test if the plugin is correctly installed:
    • A list of BibTeX entries:

%EMBEDBIB{bibfile="sample.bib" select1="author (Moresi)"}%

Plugin Info

Plugin Author: TWiki:Main/DonnyKurniawan
Plugin Version: 24 Sep 2003 (V1.000)
Change History:  
24 Sep 2003: Initial version
CPAN Dependencies: none
Other Dependencies: BibTool and Bibtex2html
Perl Version: 5.005
Plugin Home: http://TWiki.org/cgi-bin/view/Plugins/EmbedBibPlugin
Feedback: http://TWiki.org/cgi-bin/view/Plugins/EmbedBibPluginDev

Related Topics: TWikiPreferences, TWikiPlugins

-- TWiki:Main/DonnyKurniawan - 24 Sep 2003

Empty TWiki Plugin

This is an empty plugin you can use as a template to build your own TWikiPlugins. This plugin does nothing, but is ready to be used.

To create your own plugin:

  • Copy file TWiki/Plugins/EmptyPlugin.pm to <name>Plugin.pm and customize the plugin.
  • Create a <name>Plugin topic in the TWiki web. Do so by visiting http://TWiki.org/cgi-bin/view/Plugins/ and starting a new topic to get the default plugin topic text (don't save the topic). Customize your plugin topic to your needs.
  • See details in TWikiPlugins.

Syntax Rules

(none)

Plugin Settings

Plugin settings are stored as preferences variables. To reference a plugin setting write %<plugin>_<setting>%, i.e. %EMPTYPLUGIN_SHORTDESCRIPTION%

  • One line description, is shown in the TextFormattingRules topic:
    • Set SHORTDESCRIPTION = This plugin does nothing, but can be used as a template for your own plugins.

  • Your own setting, i.e.:
    • Set EXAMPLE = got it!

  • Debug plugin: (See output in data/debug.txt)
    • Set DEBUG = 0

Plugin Installation Instructions

  • This plugin is preinstalled, you do not need to install it.

Plugin Info

Plugin Author: TWiki:Main.AndreaSterbini, TWiki:Main.PeterThoeny
Plugin Version: 21 Mar 2003
Change History:  
21 Mar 2004: Added afterSaveHandler
14 Jul 2001: Changed to plug&play
27 Feb 2001: Initial version
CPAN Dependencies: none
Other Dependencies: none
Perl Version: 5.0
TWiki:Plugins/Benchmark: GoodStyle 99%, FormattedSearch 99%, EmptyPlugin 99%
Plugin Home: http://TWiki.org/cgi-bin/view/Plugins/EmptyPlugin
Feedback: http://TWiki.org/cgi-bin/view/Plugins/EmptyPluginDev

Related Topics: TWikiPreferences, TWikiPlugins, DefaultPlugin

-- TWiki:Main.AndreaSterbini - 27 Feb 2001
-- TWiki:Main.PeterThoeny - 21 Mar 2004

(just an example illustrating how to create a new topic based on a specific template topic. TWikiTemplates has more)

-- Main.guest - 21 Oct 2021

File Attachments

Each topic can have one or more files of any type attached to it by using the Attach screen to upload (or download) files from your local PC. Attachments are stored under revision control: uploads are automatically backed up; all previous versions of a modified file can be retrieved.

What Are Attachments Good For?

File Attachments can be used to create powerful customized groupware solutions, like file sharing and document management systems, and quick Web page authoring.

Document Management System

  • You can use Attachments to store and retrieve documents (in any format, with associated graphics, and other media files); attach documents to specific TWiki topics; collaborate on documents with full revision control; distribute documents on a need-to-know basis using web and topic-level access control; create a central reference library that's easy to share with an user group spread around the world.

File Sharing

  • For file sharing, FileAttachments on a series of topics can be used to quickly create a well-documented, categorized digital download center for all types of files: documents; graphics and other media; drivers and patches; applications; anything you can safely upload!

Web Authoring

  • Through your Web browser, you can easily upload graphics (or sound files, or anything else you want to link to on a page) and place them on a single page, or use them across a web, or site-wide.
    • NOTE: You can also add graphics - any files - directly, typically by FTP upload. This requires FTP access, and may be more convenient if you have a large number of files to load. FTP-ed files can't be managed using browser-based Attachment controls. You can use your browser to create TWikiVariables shortcuts, like this %H% = HELP.

Uploading Files

  • Click on the Attach link at the bottom of the page. The Attach screen lets you browse for a file, add a comment, and upload it. The uploaded file will show up in the File Attachment table.
    • NOTE: The topic must already exist. It is a two step process if you want to attach a file to a non-existing topic; first create the topic, then add the file attachment.
    • Any type of file can be uploaded. Some files that might pose a security risk are renamed, ex: *.php files are renamed to *.php.txt so that no one can place code that would be read in a .php file.
    • The previous upload path is retained for convenience. In case you make some changes to the local file and want to upload it, again you can copy the previous upload path into the Local file field.
    • TWiki can limit the file size. This is defined by the %ATTACHFILESIZELIMIT% variable of the TWikiPreferences, currently set at 1024 KB.
      • ALERT! It's not recommended to upload files greater than a few hundred K through a browser. Large files can be extremely slow-loading, and often time out. Use an FTP site for large file uploads.

Downloading Files

  • ALERT! NOTE: There is no access control on individual attachments. If you need control over single files, create a separate topic per file and set topic-level access restrictions for each.

Moving Attachment Files

An attachment can be moved between topics.

  • Click Manage on the Attachment to be moved.
  • On the control screen, select the new web and/or topic.
  • Click Move. The attachment and its version history are moved. The original location is stored as topic Meta Data.

Deleting Attachments

Move unwanted Attachments to web Trash, topic TrashAttachment.

Linking to Attached Files

  • To reference an attachment located in another topic, enter:
    • %PUBURL%/%WEB%/OtherTopic/Sample.txt (if it's within the same web)
    • %PUBURL%/Otherweb/OtherTopic/Sample.txt (if it's in a different web)

  • Attached HTML files and text files can be inlined in a topic. Example:
    1. Attach file: Sample.txt
    2. Edit topic and write text: %INCLUDE{"%ATTACHURL%/Sample.txt"}%

  • GIF, JPG and PNG images can be attached and shown embedded in a topic. Example:
    1. Attach file: Smile.gif
    2. Edit topic and write text: %ATTACHURL%/Smile.gif
    3. Preview: text appears as Smile.gif, an image.

File Attachment Contents Table

Files attached to a topic are displayed in a directory table, displayed at the bottom of the page, or optionally, hidden and accessed when you click Attach.

Attachment Action Size Date Who Comment
Sample.txt manage 0.1 K 22 Jul 2000 - 19:37 PeterThoeny Just a sample
Smile.gif manage 0.1 K 22 Jul 2000 - 19:38 PeterThoeny Smiley face

File Attachment Controls

Clicking on a Manage link takes you to a new page that looks like this:

Attachment Action Size Date Who Comment Attribute
Sample.txt manage 0.1 K 22 Jul 2000 - 19:37 PeterThoeny Just a sample  
Smile.gif manage 0.1 K 22 Jul 2000 - 19:38 PeterThoeny Smiley face  

Update attachment Sample.txt

Version Action Date Who Comment
1.1 view 2001.08.30.09.28.56 PeterThoeny  

Previous
upload:
C:\DATA\Sample.txt (PeterThoeny)
Local file:
Comment:
Link: Create a link to the attached file at the end of the topic.
Hide file: Hide attachment in normal topic view.
Help text ...

Topic FileAttachment . { | | Move attachment | Cancel }

  • The first table is a list of all attachments, including their attributes. An h means the attachment is hidden, it isn't listed when viewing a topic.

  • The second table is all the versions of the attachment. Click on View to see that version. If it's the most recent version, you'll be taken to an URL that always displays the latest version, which is usually what you want.
    • To change the comment on an attachment, enter a new comment and then click Change properties. Note that the comment listed against the specific version will not change, however the comment displayed when viewing the topic does change.
    • To hide/unhide an attachment, enable the Hide file checkbox, then click Change properties.

Known Issues

  • Unlike topics, attachments are not locked during editing. As a workaround, you can change the comment to indicate an attachment file is being worked on - the comment on the specific version isn't lost, it's there when you list all versions of the attachment.

Each FileAttachment in a Topic has an attribute string. At present only only the hidden attribute is supported. If the attribute includes h then the attachment is considered to be hidden. It is not listed in the topic, but is displayed when attach page is displayed.

-- TWiki:Main.JohnTalintyre - 30 Aug 2001

FlexibleSkin (25 Sep 2004 - 22:45 - r1.8 - AntonioTerceiro?)

FlexibleSkin: A flexible skin to TWiki.

Goals

This project aims to build a flexible Skin to TWiki ...

  • making possible to change the look of a web simply by adding/removing/editing some special topics in the web, or changing the value of some special web-level variables;
  • making easier the task of translating the TWiki layout to other languages;

Comments about design, bugs and other implementation stuff about FlexibleSkin must be put in FlexibleSkinDev?.

Variables

FlexibleSkin uses some variables (at global level -- -- for using FlexibleSkin globally, or at web level for using it on some web) to get some information for displaying. They are:

  • WEBTITLE : WEB's title(a name more descriptive that the web's name ...), that will be shown in the browser title bar, among other places ...
  • WEBBGCOLOR : TWiki predefined variable, will be used to "paint" the top and bottom bars in the default FlexibleSkin global layout. You can use it in your own layouts, to make possible to change the overall color for yout layout only changing this variable.

Special topics

These topics will serve as layout containers for the web: the content of each of them will be put at the final layout, each one in some predefined position. If the topic doesn't exist, no content will be put in that location of the layout.

When referencing the current topic being seen at the layout-part topic, remember to use the %INCLUDINGTOPIC% TWiki variable instead of %TOPIC%.

Let's see the defined special topics used by FlexibleSkin ...

FlexibleSkinStyleSheet

This topic will be printed at the HTML result of a page view, in the place reserved to that page's CSS stylesheet. It must contain a CSS stylesheet specification.

Is must begin and end with the verbatim tag (to prevent TWiki from putting HTML tags inside it), ant must have the STARTINCLUDE and the STOPINCLUDE directives, to prevent TWiki to put the verbatim tag in topics that are including FlexibleSkinStyleSheet .

Example of the desired content of the FlexibleSkinStyleSheet topic:

<verbatim>
%STARTINCLUDE%

/* CSS classes definition ... */

%STOPINCLUDE%
</verbatim>

FlexibleSkinLeftBar?

This topic will be included at the left side of the layout, as a left-menu. To change font, colors and other stuff you must set a CSS class at the FlexibleSkinStyleSheet topic named TD.WebLeftBar .

FlexibleSkinRightBar?

This topic will be included at the right side of the layout, as a right-menu. To change font, colors and other stuff you must set a CSS class at the FlexibleSkinStyleSheet topic named TD.WebRightBar .

FlexibleSkinTopBar

This topic will be included at the top of the layout, as a top-menu. To change font, colors and other stuff you must set a CSS class at the FlexibleSkinStyleSheet topic named TD.WebTopBar .

FlexibleSkinBottomBar

This topic will be included at the bottom of the layout, as a bottom-menu. To change font, colors and other stuff you must set a CSS class at the FlexibleSkinStyleSheet topic named TD.WebBottomBar .

FlexibleSkinTopicHeader?

This topic will be included at the begin of the current topic's content, as a page header. It will use the same CSS style as the content of the topic, i.e., the CSS class TD.WebContent .

FlexibleSkinTopicFooter?

This topic will be included at the end of the current topic's content, as a page footer. It will use the same CSS style as the content of the topic, i.e., the CSS class TD.WebContent .

FlexibleSkinPrintingHeader

This topic will be included at the end of the current topic's content, as a page footer, when it is shown with the FlexibleSkin's 'printable' skin(add a ?skin=globalFlexibleprint to the topic's URL if using FlexibleSkin globally, or ?skin=flexibleprint if using locally on some web). It will use the same CSS style as the content of the topic, i.e., the CSS class TD.WebContent .

FlexibleSkinPrintingFooter

This topic will be included at the end of the current topic's content, as a page footer, when it is shown with the FlexibleSkin's 'printable' skin(add a ?skin=globalFlexibleprint to the topic's URL if using FlexibleSkin globally, or ?skin=flexibleprint if using locally on some web). It will use the same CSS style as the content of the topic, i.e., the CSS class TD.WebContent .

Installing FlexibleSkin

Using Flexible Skin

Using FlexibleSkin globally with TWiki

If you want a flexible layout for your TWiki installation, and want it to be applied to all your webs, you can use this feature to do that. The instructions to do this setup are below.

Choosing this option will make FlexibleSkin get the layout topics and the variables used by it from the TWiki web. FlexibleSkin provides default layout topics in the TWiki web, trying to mimic the default TWiki skin, but you can change them -- add the other possible layout topics -- if you want. The default topics are:

Using FlexibleSkin locally on one web

This choice will apply FlexibleSkin to one specific, overriding the global SKIN variable and global layout topics. FlexibleSkin will get the layout topics and variables used by it from the web where you use this option.

Setting FlexibleSkin up

  1. First of all, think about the layout you want wink ;
  2. Set the variables used by FlexibleSkin, except the SKIN variable ...
    • ... in TWiki.TWikiPreferences, for using FlexibleSkin globally, or
    • ... in WebPreferences, for using FlexibleSkin locally on some web.
  3. Create/Edit the special topics that compose FlexibleSkin ...
    • ... in the TWiki web, for using FlexibleSkin globally, or
    • ... in your web, for using FlexibleSkin locally on some web.
  4. Test some topic to see if your layout is getting nice (perhaps the WebHome topic), appending to it's URL ...
  5. When it looks pretty, change the SKIN variable ...

Remarks:

  • FlexibleSkin doesn't include the topic controls(Edit, Attach, etc.) by default. Then, you must add the controls by yourself(or not, if you don't want them) to one of your special topics.
  • When upgrading from version 1 of FlexibleSkin, basically you must only rename yout CSS classes for the special topics, that dropped the "FlexibleSkin" prefix, and got and "Web" prefix.

Avaliable Translated Messages

There will be avaliable translated messages file versions, look for them at the attchments list at the end of this topic.

To translate FlexibleSkin, download the translated messages file, rename it to messages.flexible.tmpl, and put it in the place of that one in templates/ subdirectory of your TWiki installation directory.

CSS Example

These examples are for who needs a starting point on how to set CSS with FlexibleSkin. Some classes may appear a little redundant with all those element names, but experience with different browsers show that it's a good practice to do it, because CSS interpreting is not standard across the web browsers.

As a recommended reading, see the CSS 2 recomendation, at http//www.w3c.org/TR/CSS2. Also, there are an enormous ammount of material about CSS in the internet, you can easily find a lot of tutorials on CSS.

If you want to suggest some CSS example, please do it in FlexibleSkinDev?.

Green links, nice font


/* Define the default font: */
BODY, TD, FONT, A, SPAN, P, LI, UL, BR, HR, TD, TH
  {
     font-family: Verdana, Helvetica, sans-serif, Arial;
     font-size:12px;
  }

/* make the hyperlinks appear in green ... */
A:link, A:visited
  {
    color: green;
  }

/* ... and become red when the mouse is over them: */
A:hover[href]
  {
    color: red;
  }

Skin Info

Description: Define new layouts for TWiki without shell access do the server and handle layout elements as colaborative content.
Screenshot: Click for full screen imageClick for full screen imageClick for full screen image
Base Name: flexible
Skin Author: TWiki:Main/AntonioTerceiro
Skin Version: 25 Sep 2004 (v2.3)
Change History:  
25 Sep 2004 adapted to new Skin template for work with 01Sep2004 and TWikiSkinBrowser, and added this Skin Info section
Dependencies:  
Skin Home: http://TWiki.org/cgi-bin/view/Plugins/FlexibleSkin
Feedback: http://TWiki.org/cgi-bin/view/Plugins/FlexibleSkinDev

Note: The Description, Screenshot and Base Name rows are needed by the TWikiSkinBrowser

Related topic: TWikiSkins, TWikiSkinBrowser

-- AntonioTerceiro? - 25 Sep 2004

FlexibleSkinBottomBar (14 Feb 2003 - 13:47 - r1.7 - AntonioTerceiro?)
Topic TWiki . FlexibleSkinBottomBar . { Edit | Attach | Ref-By | Printable | Diffs | More... }
Copyright © 1999-2021 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback

ImageGalleryPlugin

Description

This plugin helps you in viewing pictures that are attached to a topic in a nice thumbnail gallery. Clicking on a thumbnail zooms the image. You might navigate within your images using a navigation toolbar to visit the next, previous, first or last image in your gallery. Images and thumbnails are resized according to the given settings and are cached thereafter. The order of images can be customized by putting a sequence number into the attachment comment. An image attachment can be managed by clicking on the red dot in its title. The plugin will generate the document relations "parent", "first", "last", "next", "previous" for each image to improve navigation (only a few browsers support this, e.g. mozilla). The image gallery is highly customizable using cascading stylesheets and html formats (see below).

Example

%IMAGEGALLERY{"TWiki.TWikiDocGraphics" columns="3" limit="12" exclude="arrow" sort="name"}% There are %NRIMAGES{"TWiki.TWikiDocGraphics"}% images at TWikiDocGraphics.

Syntax

Arguments

This plugin introduces two tags: * %IMAGEGALLERY{...}%: render an image gallery * %NRIMAGES%: returns the number of images attachted to a (list of) topics that both take the following arguments:

Argument Description
topic comma separated list of topics whose attachments should be displayed
(default: the current topic)
limit maximum number of images to display (default: 0, meaning no limit).
include regular expression an image must match to be part of the gallery
exclude regular expression an image must not match to be part of the gallery
field specify which property of the image has to match using include or exclude; possible values: name, comment (default: name)
size the thumbnail size, the actual geometries of a size can be configured below; possible values: tiny, small, medium, large, huge (default: medium)
columns number of thumbnails to be displayed in one row of the gallery
(default: 4)
docrels flag to disable/enable document relations between images; possible values are on, off, 0, 1 (default: on)
maxwidth maximal display width of an image; images are scaled not to exceed this limit while preserving aspect ratio
(default: 640)
maxheight maximal display height of an image
(default: 480)
minwidth minimal display width of an image; images are scaled not to fall below this limit while preserving aspect ratio
(default: 0)
minheight minimal display height of an image
(default: 0)
format html format of an image
(default: <a href="$origurl"><img src="$imageurl" title="$comment" width="$width" height="$height"/></a>)
titles toggles image and thumnail titles on and off
(default: on)
title html format of an image title; "off" will hide the image's title
(default: $comment ($imgnr/$nrimgs) $reddot)
thumbtitle html format of a thumbnail title; "off" will hide the thumbnail's title
(default: $comment $reddot)
sort set the initial order of the images, can be name, date, size or comment (default:date)
reverse invert the initial order of the images, can be on or off (default:off)

Note, that only topic is meaningful to %NRIMAGES%.

Variables

The parameters "format", "title" and "thumbtitle" can use the following variables to refer to image properties:

Variable Description
$web the web the image is located
$topic the topic the image is located
$nrimages the total number of images in the gallery
$n a linefeed
$reddot render a red-dot anchor to access the attachment
$width the display width of the image
$height the display height of the image
$thumbwidth the thumbnail width of the image
$thumbheight the thumbnail height of the image
$origwidth the original width of the image
$origheight the original height of the image
$size the size of the image
$sizeK the size of the image in kilobytes
$comment the comment of the image (with its sequence number stripped off)
$imgnr the sequence number of the image
$date the date when the image has been uploaded
$version the version of the image attachment
$name the filename of the image
$wikiusername the wikiusername who uploaded the image
$username the username who uploaded the image
$imageurl the url path of the display image
$thumburl the url path of the thumbnail image
$origurl the url path pointing to the original image attachment

Query Parameters

The IGP will check for certain query parameters in the url. These are: * id=<n;>: distinguish multiple IMAGEGALLERYs in the same topic * filename=<name>: display the given file of the image set * refresh=on: recompute all images and thumbnails in the IGP cache Each IMAGEGALLERY has an anchor, namely a <a name="igp<n>"/>, that is used to scroll the display appropriately.

Customization

First of all this plugin should come with reasonable default values, so that you will get a nice image gallery (with regards to my taste) right on. There are several things that are customizable: * customize a gallery using a compination of the arguments described above * add custom cascading styles in a topic to format the gallery * alter the default cascading styles in the style.css file attached to this topic * customize the plugin settings below

Cascading Stylesheets

The plugin emits the following css classes (see the comments in the style.css file):

Class Description
igp division for the complete output of the image gallery
igpThumbNails division of all thumbnails
igpThumbNailsTable table of thumbnail images
igpThumbNail table cell of one thumbnail image
igpThumbNailTitle table cell of the thumbnail title
igpPictureTable table of the display image and the navigation bar
igpPicture table cell of the display image
igpPictureTitle division of the title of the display image
igpNavigation table cell of the navigation bar
igpRedDot span surrounding the red dot
igpAlert span surrounding error messages

Adjusting the image sequence

By default the image gallery will display images in the order that they where uploaded. This determines their natural order. When you want to change this order you can prefix the comment of the attachment with a sequence number. For example: given a picture whose comment is "My old bike" that should be put at position 12 in your image gallery then change the comment to "12 - My old bike". This will put the image at the desired position. Sequence numbers don't necessarily need to be unique, that is if there's another picture with a comment like "12 - My new bike" then the natural order of the both is relevant. In general, a picture will be put at position <nr> if its attachment comment has the format
  <nr><space>-<space><comment>
Note, that the $comment variable will only display <comment> , that is with <nr><space>-<space> stripped off.

Plugin Settings

* Names and sizes for thumbnails (feel free to add additional entries or to modify these defaults) * Set TINY = 25x25 * Set SMALL = 50x50 * Set MEDIUM = 95x95 * Set LARGE = 150x150 * Set HUGE = 250x250

* One line description: * Set SHORTDESCRIPTION = Displays image gallery with auto-generated thumbnails from attachments.

Plugin Installation Instructions

* Download the ZIP file * Unzip it in your twiki installation directory. Content:
File: Description:
data/TWiki/ImageGalleryPlugin.txt plugin topic
pub/TWiki/ImageGalleryPlugin/style.css cascading style sheets
lib/TWiki/Plugins/ImageGalleryPlugin.pm plugin interface
lib/TWiki/Plugins/ImageGalleryPlugin/Core.pm core implementation
* (Dakar) Visit configure in your TWiki installation, and enable the plugin in the {Plugins} section.

Plugin Info

Plugin Author: TWiki:Main/MichaelDaum, TWiki:Main/WillNoris
Copyright ©: 2002-2003, Will Noris; 2005-2007, Michael Daum
License: GPL (GNU General Public License)
Plugin Version: v3.5
Change History:  
19 Feb 2006 make proper use TWiki-4 API; don't use inline css, put them into the html header instead
24 Jul 2006 working around Image::Magick crashes reading svg image files
20 Mar 2006 added sort and reverse arguments; fixed updating thumbnails when a new image version is created
20 Feb 2006 added include, exclude and field arguments
16 Feb 2006 renamed thumbnail so that it does not interfer with auto-attachment
14 Sep 2005 don't strictly depend on normalizeFilename()
15 June 2005 new release
10 May 2005 fixed igp id clash error found by TWiki:Main/MartinCleaver; capture ImageMagick error messages; don't trust attachment info - check for attachment existence as well; added refresh query parameter to recompute images
09 May 2005 fixed errors reported by TWiki:Main/MarcelTrap; added support for multiple topics (proposed by TWiki:Main/MartinCleaver; added %NRIMAGES% tag
  fix error when called from within rename view
03 May 2005 fixed thumbnail resizing; reintroduced titles parameter; support for multiple galleries per topic
27 Apr 2005 complete rewrite
01 Aug 2003 Updates from feedback from a Windows installation
25 Jul 2003 Initial version posted to TWiki.org
15 Mar 2002 Initial (internal) version
CPAN Dependencies: CPAN:Image::Magick
Other Dependencies:  
Perl Version: 5.8
Plugin Home: TWiki:Plugins/ImageGalleryPlugin
Feedback: TWiki:Plugins/ImageGalleryPluginDev
Appraisal: TWiki:Plugins/ImageGalleryPluginAppraisal

-- TWiki:Main.MichaelDaum - 19 Feb 2007

Include Topics and Web Pages Using %INCLUDE{...}% Variable

Use the %INCLUDE{...}% variable to embed the content of another topic or web page inside a TWiki topic. The whole content or only parts of a page can be included. If needed, set a proxy server in TWikiPreferences.

Syntax

%INCLUDE{ "page" pattern="reg-exp" rev="1.2" }%

  • "page":
    The nameless parameter specifies the page to include. It is
    • The name of a topic located in the current web, e.g., %INCLUDE{"WebNotify"}%
    • A Web.Topic name specifying a topic in another web, e.g., %INCLUDE{"TWiki.SiteMap"}%
    • A full qualified URL with http protocol, domain name and optional port number, e.g., %INCLUDE{"http://twiki.org:80/index.html"}%. Supported content types are text/html and text/plain. The full page is included by default, but the HTML header and scripts are stripped in case it is a web page.

  • pattern="reg-exp":
    The pattern parameter is optional and allows you to extract some parts of a web page. Specify a RegularExpression that scans from start ('^') to end and contains the text you want to keep in parenthesis, e.g., pattern="^.*?(from here.*?to here).*". You need to make sure that the integrity of a web page is not compromised; for example, if you include a table, make sure to include everything including the table end tag.

  • rev="1.x":
    The rev parameter is optional and allows you to include an earlier revision of a topic. This can be used to include an official version of a topic, e.g. one that has been signed of by management. This parameter does not apply to URLs.

Note: All text of a topic is included unless you specify %STARTINCLUDE%, %STOPINCLUDE% and/or a pattern parameter. A pattern will only search between %STARTINCLUDE% and %STOPINCLUDE%.

Usage Examples

1. Display regression test results in a TWiki page

  <pre>
  %INCLUDE{"http://domain/~qa/v1.1/REDTest.log.txt"}%
  </pre>

2. Display Google's robot.txt file

  • You type:
    • %INCLUDE{"http://www.google.com/robots.txt"}%

3. Display the current time in Tokyo in a TWiki page

  • You type:
    • Tokyo: %INCLUDE{"http://TWiki.org/cgi-bin/xtra/tzdate?tz=Asia/Tokyo" pattern="^.*<\!--tzdate:date--<(.*?)<\!--/tzdate:date-->.*"}%</b<&/code>
  • You get:
    • Tokyo:

See also other TWikiVariables.

-- TWiki:Main.PeterThoeny - 15 Aug 2004

Install an Encrypted Password

This form can be used only by the TWikiAdminGroup users to install an encrypted password generated by a user with ResetPassword.

WikiName and encrypted password of the user:

After submitting this form the user's password will be changed.

Installed Plugins

Plugins are mainly user-contributed add-ons that enhance and extend TWiki features and capabilities. A limited number of plugins are included in the core TWiki distribution - and most those can be removed - while the rest are optional, available from TWiki:Plugins/WebHome.

Here is a list of the plugins currently installed and enabled on this TWiki site:

  • DefaultPlugin: This plugin can be used to specify some simple custom rendering rules. It also renders depreciated *_text_* as bold italic text.
  • SpreadSheetPlugin: Add spreadsheet calculation like "$SUM( $ABOVE() )" to tables located in TWiki topics.
  • CommentPlugin: Allows users to quickly post comments to a page without an edit/preview/save cycle.
  • DateFieldPlugin: Adds a date type to forms
  • DateTimePlugin: Extends the %GMTIME{"format"}% variable with more options and internationalization suport.
  • EditTablePlugin: Edit TWiki tables using edit fields, date pickers and drop down boxes
  • InterwikiPlugin: Link ExternalSite:Page text to external sites based on aliases defined in the InterWikis topic
  • RedirectPlugin: This plugin allows one to produce TWiki topics that automatically redirect to other TWiki topics or URLs.
  • RenderListPlugin: Render bullet lists in a variety of formats
  • SlideShowPlugin: Create web based presentations based on topics with headings.
  • SmiliesPlugin: Render smilies as icons, like  :-) for smile or  :cool: for cool!
  • SyntaxHighlightingPlugin: This Plugin is used to emphasize the rendering of your twiki text according to several languages.
  • TablePlugin: Control attributes of tables and sorting of table columns
  • VotePlugin: Simple way to count votes

Plugin Diagnostics

Plugins defined

earlyInitPlugin earlyInitPlugin  
initPlugin initPlugin TWiki::Plugins::DefaultPlugin::initPlugin
TWiki::Plugins::SpreadSheetPlugin::initPlugin
TWiki::Plugins::CommentPlugin::initPlugin
TWiki::Plugins::DateFieldPlugin::initPlugin
TWiki::Plugins::DateTimePlugin::initPlugin
TWiki::Plugins::EditTablePlugin::initPlugin
TWiki::Plugins::InterwikiPlugin::initPlugin
TWiki::Plugins::MathModePlugin::initPlugin
TWiki::Plugins::RedirectPlugin::initPlugin
TWiki::Plugins::RenderListPlugin::initPlugin
TWiki::Plugins::SlideShowPlugin::initPlugin
TWiki::Plugins::SmiliesPlugin::initPlugin
TWiki::Plugins::SqlMetaPlugin::initPlugin
TWiki::Plugins::SyntaxHighlightingPlugin::initPlugin
TWiki::Plugins::TablePlugin::initPlugin
TWiki::Plugins::VotePlugin::initPlugin
initializeUserHandler initializeUserHandler  
registrationHandler registrationHandler  
beforeCommonTagsHandler beforeCommonTagsHandler  
commonTagsHandler commonTagsHandler TWiki::Plugins::DefaultPlugin::commonTagsHandler
TWiki::Plugins::SpreadSheetPlugin::commonTagsHandler
TWiki::Plugins::CommentPlugin::commonTagsHandler
TWiki::Plugins::DateFieldPlugin::commonTagsHandler
TWiki::Plugins::DateTimePlugin::commonTagsHandler
TWiki::Plugins::EditTablePlugin::commonTagsHandler
TWiki::Plugins::MathModePlugin::commonTagsHandler
TWiki::Plugins::RedirectPlugin::commonTagsHandler
TWiki::Plugins::SlideShowPlugin::commonTagsHandler
TWiki::Plugins::SmiliesPlugin::commonTagsHandler
TWiki::Plugins::SqlMetaPlugin::commonTagsHandler
TWiki::Plugins::VotePlugin::commonTagsHandler
afterCommonTagsHandler afterCommonTagsHandler  
startRenderingHandler startRenderingHandler TWiki::Plugins::DefaultPlugin::startRenderingHandler
TWiki::Plugins::InterwikiPlugin::startRenderingHandler
TWiki::Plugins::RenderListPlugin::startRenderingHandler
TWiki::Plugins::SyntaxHighlightingPlugin::startRenderingHandler
outsidePREHandler outsidePREHandler TWiki::Plugins::DefaultPlugin::outsidePREHandler
TWiki::Plugins::SmiliesPlugin::outsidePREHandler
TWiki::Plugins::TablePlugin::outsidePREHandler
insidePREHandler insidePREHandler  
endRenderingHandler endRenderingHandler TWiki::Plugins::EditTablePlugin::endRenderingHandler
TWiki::Plugins::MathModePlugin::endRenderingHandler
TWiki::Plugins::TablePlugin::endRenderingHandler
beforeEditHandler beforeEditHandler  
afterEditHandler afterEditHandler  
beforeSaveHandler beforeSaveHandler  
afterSaveHandler afterSaveHandler TWiki::Plugins::SqlMetaPlugin::afterSaveHandler
beforeAttachmentSaveHandler beforeAttachmentSaveHandler  
afterAttachmentSaveHandler afterAttachmentSaveHandler  
writeHeaderHandler writeHeaderHandler  
redirectCgiQueryHandler redirectCgiQueryHandler  
getSessionValueHandler getSessionValueHandler  
setSessionValueHandler setSessionValueHandler  
renderFormFieldForEditHandler renderFormFieldForEditHandler TWiki::Plugins::DateFieldPlugin::renderFormFieldForEditHandler
renderWikiWordHandler renderWikiWordHandler  

Errors

None

Note: The diagnostics are provided by the %FAILEDPLUGINS% variable

Related Topics: TWikiPlugins, TWikiPreferences

-- TWiki:Main.MikeMannix - 12 May 2002
-- TWiki:Main.PeterThoeny - 18 May 2004

Instant TWiki Site Enhancements

These quick enhancements are aimed at improving TWiki's ease-of-use. New TWiki site administrators are especially encouraged to review this document for ideas before deploying a new TWikiSite. The metaphor of building a house is useful. The listed enhancements are some of the details possible when moving into a new office or home. These small changes can make a big differences for user satisfaction at your site. All modifications can be done through your Web browser, and they don't take more then in a couple of minutes. No system administration expertise is required. Some of these enhancements are also mentioned in the reference manual and other topics.

Many of these tips are based on setting some special TWikiVariables.

PICK We recommend implementing at least some of these enhancements right after installation, to get a taste for what is possible. Some of these tips and enhancements should be implemented before or during initial roll-out.

This may spark your imagination to really customize your site so that it's optimal for your users. Slightly more advanced customization tips are listed in TWikiAdminCookBook.


Tips using TWikiVariables

You need to know what is the variable name, and in what page is/should be defined.

Change Colors of Page Header/Footer

Incredibly obvious, maybe, but some TWiki site admins don't get around to changing the default web colors right off, whether they like them or not. Simply changing the defaults will make a huge difference in the overall look.

What we are doing

We want to set variable WEBBGCOLOR in topic WebPreferences to one of the StandardColors. WebPreferences is, as you can guess, a topic which holds all kind of preference setting for each TWiki Web{*}. Each web has its own WebPreferences, and you can set them differently for each web.

How to do it

  1. Pick color code from company or product references, the StandardColors table (recommended for 8-bit client compatibility), or some other color reference.
  2. Go to WebPreferences in each web, and edit the topic.
  3. Set your preferred WEBBGCOLOR preferences variable, and save the topic.
  4. ALERT! Add a new line immediately after the color code. If there is (invisible) space after the color code, the page header might get strange colors (e.g. black).

It's just as easy to refine later on, so you're not locked in, just looking better.

Set Page Background Color

Without getting into the TWikiTemplates system yet, you can easily edit the view.tmpl (in the templates directory). In the HTML at the top, the body tag has the page background hardcoded to white bgcolor="#ffffff". You can change that color value to new variable. First, define a new preferences variable in the site-level TWikiPreferences, e.g. * Set =PAGEBGCOLOR = #d0d0d0, then edit the view.tmpl template file and change bgcolor="#ffffff" to bgcolor="%PAGEBGCOLOR%". If you want you can set the page background color individualy per web, simple add a * Set =PAGEBGCOLOR = #d0d0d0 bullet to the WebPreferences to overload the site-level preferences. (Without font color control, you'll have to stick to light colors.

Titles-Only Topic List - WebTopicList

A good first navigation tool for new users, a fast-loading linked list (page titles only) of a web's topics is a quick and easy way see what's available. By default, slower, but more powerfull WebIndex is used.

Without explaining what WEBTOPICLIST is, just try it:

  1. Go to WebPreferences in each web, and edit the topic.
  2. In WEBTOPICLIST variable, replace WebIndex with WebTopicList, and save.

Simple way to create colored text and graphics

This should be enabled, see the "Miscellaneous Settings" in the TWikiPreferences, . If not, look at TWiki:TWiki/TWikiPreferences. Look for variables RED, BLUE etc (which define HTML tag FONT). To copy/paste the variables defining the colors you need to see the source text, but Edit is disabled. Instead, go to More and view the topic in raw format.

EZ Graphic Icons to Highlight Text

Graphics in text (like this: ALERT!) is done also by defining special variables. See TWiki.TWikiPreferences. Some may prefer longer names, like HELP, WARN etc. You can also add your own images, e.g. a NEW, or a ASK to ask question.

TIP Using graphic icons to highlight important text right from the start can seriously improve how well new users take to a TWiki site. A minimum set of two or three icons can make content much easier to follow, eye-catching, EXCITING. Research says, people tend not to read pages through, but scan them first - and graphics (used sparringly wink of course) can help them. On HELP pages, most people tend to jump around looking for answers rather than reading through - icons help point out the most important bits.

How to create your own set of icons:

  1. Go to the Preferences topic: TWikiPreferences for site-wide use, or WebPreferences for use in one web only.
  2. Attach a graphic (the ones on this page are 16x16 pixels), then define a Preference Variable with a short but recognizable name.
  • Example: Enter %TEST% to get %TEST% - see how it's done.
  • TIP Ideas for quick icons: NEW; UPDATE; a STAR or other bullet; key symbols relating to your site content.
  • For documentation and help, this TWiki web uses three main icons: HELP for HELP, TIP for TIP, ALERT! for IMPORTANT.
  • Related: There are other approaches for creating more extensive TWiki icon libraries. This is a simply and quick way to get started. See TWikiDocGraphics for more info.

Use TOC variable to create table of content

TOC is Table-Of-Content, generated automagically from headers (defined like that: ---++ , see TWikiShorthand).

For example, you may want to put all your custom variables in TWikiPreferences right on top of the page, and generate table of contens, like:

  • Preferences for easy creating nice pages
    • Graphics icons in text
    • Colored text
  • System Preferences
    • Contents of page header and footer
    • User interface defaults
    • Email
    • Plugins
    • Notes

Non-admin users wil be interested only in first part, non-system preferences.


Personal Productivity - Tools and Tips for Working Faster

Although this area applies to all TWiki set-ups, the initial focus is on TWiki site managers working on a Linux/Apache TWiki site, from a Windows local PC. The assumption being: if you're working with Linux as your desktop, you're probably a programmer or system admin and have these basics handled!

Use your favorite text editor for major edits

When you have a fair bit of TWiki formatting work - for example, compiling new info pages from various cut'n'paste sources, editing multiple TWiki topics or contributed material - it's often easier to use a real TextEditor instead of the browser's text edit box. There are several methods for doing this. For Windows, there are several well-recommended text editors.

Windows Example: TextPad is a low-cost, top flight Windows program, with an extended trial period. You can download from a well-stocked library of user-contributed macros, dictionaries, and syntax and clip files. You can also easily create a TWiki clip collection that allows you to format text with TWiki code: select a text string and click for bold, italic, links, bullet lists - just like a regular HTML editor - and also insert blocks of TWiki code, use simple or regex search and replace, more.

Copy & Paste: Using the web window this can work very well. System differences may present difficulties with this method but it is simple and reliable in most cases.

Browser Integration: Some web browsers can be configured to automatically use an external editor. See your browser documentation for details. Such a configuration and a small tool for Linux is described in an example on TWiki.org. TWiki:Codev/EditDaemonWithGVimIntegration

Alternate Browser: While your main browser might not have the features for TWikic topic editing, another one might.

  • An example on the Linux platform is the w3m pager/browser for Linux. This is a text based version similar to lynx but it includes text editor features and a configurable command set to act like lynx if you are more accustomed to it.

Ready to use SEARCH

Personal directory of topics you're involved in

Here's how you can create your own personal directory of topics you've contributed to recently. Copy the text below (between Start Copy and End Copy) and paste it into your personal page (Main.guest). You can add other webs to search by duplicating one of the web subsections and editing the string {web ="webname"} in the search parameters to refer to the specific web you want to search. This script would also work for a group.

Start Copy

__Here's a list of topics I've been involved in recently:__

---++++ Codev

%SEARCH{ "InstantEnhancements" web="Codev" scope="text" nosearch="on" nosummary="on" noheader="on" nototal="on" order="modified" reverse="on" limit="20"}%
---++++ Support

%SEARCH{ "InstantEnhancements" web="Support" scope="text" nosearch="on" nosummary="on" noheader="on" nototal="on" order="modified" reverse="on" limit="20"}%

---++++ TWiki

%SEARCH{ "InstantEnhancements" web="TWiki" scope="text" nosearch="on" nosummary="on" noheader="on" nototal="on" order="modified" reverse="on" limit="10"}%

End Copy

The SEARCH variable has many more formatting options, see TWikiVariables.

Recently changed pages

Here, last 15 is formatted into neat table.

<table>
%SEARCH{ "\.*" scope="topic" regex="on" nosearch="on" nototal="on" order="modified" reverse="on"  format="<tr><td>  [[$topic][$topic]] </td><td>  $wikiusername  </td><td> $date  </td></tr>" limit="15" }%
</table>


Hidden Edit Lock for Individual Topics

When you're creating main gateway pages, you may want to temporarily (or permanently) restrict editing to yourself or a limited group of people. You can do this with a Preference setting that includes one or more users and groups. Only auhorized users will be able to use Edit.

  • Example: Set ALLOWTOPICCHANGE = Main.UserName, Main.GroupName
  • TIP To hide the setting: Use HTML comment tags - put <!-- on the line _above the setting, and --> on the line below.
  • This is in the regular help files but worth highlighting.


Change the Default Site Logo

If you want to change the default TWiki logo, attach a new graphic to a topic of choice and change the WIKILOGOIMG variable in the TWikiPreferences, e.g.

  • Set WIKILOGOIMG = %PUBURL%/TWiki/MyLogo/mylogo.gif


Customize Topic Classification Forms

With a simple one or two-line default topic form available for every topic - in Edit mode, click the [Add] button, and select the form if it isn't alredy enabled. Then, click the title to get to the actual form, [Edit], and carefully change values, probably basic page classifications. You'll get some increased value, and hands-on experience with TWikiForms, without having to read up about them first. ALERT! (add the corresponding search per category - copy a default and change)


Add Your Favorite JavaScript Features

You're no doubt familiar or better with HTML, JS, and "webmastering". Without getting into the TWikiTemplates system yet, you can easily edit the view.tmpl (in the templates directory) for some dramatic effects. The top of the template is mostly regular HTML with some variables. Open up some space in the <head> area, and you can drop in reliable JavaScripts - a pop-up window script, for example - or tag it as an external script.

  • TIP Obviously, you can do the same - place a link to an external stylesheet as well. If you set values for standard HTML tags, you can control a good deal of the type size, style and color with out adding CSS tags. example

ALERT! Depending on what you load up, you may change the overall cross-browser compatibility - however be careful that your site does not look beat up in various other browsers. The scripts you choose will determine compatibility.


TIP NOTE: Feel free to add your own tips to TWiki:TWiki.InstantEnhancements as quick notes at the end of the list, following the existing format!

Contributors: TWiki:Main.GrantBow, TWiki:Main.LynnwoodBrown, TWiki:Main.MikeMannix, TWiki:Main.PeterMasiar, TWiki:Main.PeterThoeny, TWiki:Main.MattWilkie

Inter-Wiki Link Rules (or Links to other Sites)

This topic lists all aliases needed to map Inter-Site links to external wikis/sites.

Whenever you write ExternalSite:Page it will be linked automatically to the page on the external site. The link points to the URL corresponding to the ExternalSite alias below, concatenated to the Page you choose. Example: Type Wiki:RecentChanges to get Wiki:RecentChanges, the RecentChanges page at the original Wiki site.

How to define Inter-Site links

  • Inter-Site links are defined in the tables below.
  • Each entry must be of format:
    | External site alias | URL | Tooltip help text |.
  • The URL and Tooltip Text may contain optional $page variables; the variable gets expanded to the page name.
  • Note: The Tooltip Text must not contain any HTML tags (including <nop> escape code), no internal WikiWord links, and no external links. Hint: Escape 'WikiWords' and '$page'.

General Inter-Site Links

Alias: URL: Tooltip Text:
W http://de.wikipedia.org/wiki/$page Wikipedia
Room http://portal.mytum.de/campus/roomfinder/roomfinder_viewmap?mapid=140&roomid=$page@5613 Find Room in Roomfinder
Acronym http://www.acronymfinder.com/af-query.asp?Acronym=$page&String=exact Look up '$page' on Acronym Finder site
Dictionary http://www.dictionary.com/cgi-bin/dict.pl?term= Look up '$page' at Dictionary.com
Google http://google.com/search?q= Search for '$page' on Google
Group http://groups.google.com/groups?hl=en&safe=off&group= News group '$page' at Google.com
ISBN http://service.bfast.com/bfast/click?bfmid=2181&sourceid=38704253&bfpid= Book with ISBN#$page (One click patent? Say no to Amazon!)
RFC http://www.faqs.org/rfcs/rfc$page.html IETF RFC #$page

Inter-Wiki Links

Alias: URL: Tooltip Text:
Advogato http://www.advogato.org/ '$page' on Advogato community site (with peer review)
C2find http://c2.com/cgi/wiki?FindPage&value= Search '$page' on the original 'WikiWikiWeb' site
DolphinWiki http://www.object-arts.co.uk/wiki/html/Dolphin/$page.htm '$page' on Dolphin Wiki site
FoxWiki http://fox.wikis.com/wc.dll?Wiki~ '$page' on Fox Wiki site
HammondWiki http://www.dairiki.org/HammondWiki/index.php3? '$page' on 'HammondWiki' site
LegoWiki http://www.object-arts.com/wiki/html/Lego-Robotics/ '$page' on 'LegoWiki' site
MbTest http://www.usemod.com/cgi-bin/mbtest.pl? '$page' on 'UseMod' Wiki variant
MeatBall http://www.usemod.com/cgi-bin/mb.pl? '$page' on 'MeatBall' site, a 'UseMod' Wiki variant
MoinMoin http://moin.sourceforge.net/cgi-bin/moin/moin/ '$page' on 'MoinMoin' Wiki site
MuWeb http://www.dunstable.com/scripts/MuWebWeb? '$page' on 'MuWeb' site
OrgPatterns http://www.easycomp.org/cgi-bin/OrgPatterns? '$page' on Organizational Patterns site
PhpWiki http://phpwiki.sourceforge.net/phpwiki/index.php3? '$page' on Wiki site written in PHP
PolitizenWiki http://www.politizen.com/wiki.asp? '$page' on 'PolitizenWiki' site
PPR http://c2.com/cgi/wiki? '$page' on the original 'PortlandPatternRepository' site
PyWiki http://www.voght.com/cgi-bin/pywiki? '$page' on Wiki site written in Python
Squeak http://minnow.cc.gatech.edu/squeak/ '$page' on Squeak Smalltalk Wiki
TWiki http://twiki.org/cgi-bin/view/ '$page' on TWiki.org
UseMod http://www.usemod.com/cgi-bin/wiki.pl? '$page' on 'UseMod' Wiki site
VisualWorks http://wiki.cs.uiuc.edu/VisualWorks/ '$page' on 'VisualWorks' site
Wiki http://c2.com/cgi/wiki? '$page' on the original 'WikiWikiWeb' site
Wikipedia http://en.wikipedia.org/wiki/ '$page' on 'Wikipedia'
ZWiki http://joyful.com/zwiki/ '$page' on Zope's Wiki

Note: This topic is powered by the InterwikiPlugin.

Interwiki Plugin

The InterwikiPlugin links ExternalSite:Page text to external sites based on aliases defined in the InterWikis topic. This plugin is inspired by UseMod Wiki's inter-wiki links, http://www.usemod.com/cgi-bin/wiki.pl?InterWiki.

Syntax Rules

InterwikiPlugin Settings

Plugin settings are stored as Preferences variables. To reference a plugin setting write %<plugin>_<setting>%, for example, %INTERWIKIPLUGIN_SHORTDESCRIPTION%

  • One-line description, shown in the TextFormattingRules topic:
    • Set SHORTDESCRIPTION = Link ExternalSite:Page text to external sites based on aliases defined in the InterWikis topic

  • Link rules topic name: (default is InterWikis)
    • Set RULESTOPIC =

  • Suppress tooltip help for links: (0 or 1, default is 0)
    • Set SUPPRESSTOOLTIP = 0

  • Debug plugin: (See output in data/debug.txt)
    • Set DEBUG = 0

Plugin Installation Instructions

ALERT! NOTE: This Plugin is included in the TWiki distribution package. You do not need to install it unless you want to upgrade to a newer version.

  • Download the ZIP file from the TWiki:Plugins web (see below)
  • Unzip InterwikiPlugin.zip in your TWiki installation directory. Content:
    File: Description:
    data/TWiki/InterwikiPlugin.txt Plugin topic
    data/TWiki/InterWikis.txt Link rules topic for inter-site links
    lib/TWiki/Plugins/InterwikiPlugin.pm Plugin Perl module
  • Test: If the Plugin is correctly installed, this Wiki:InterWiki link should point to http://c2.com/cgi/wiki?InterWiki topic - try it out.

Plugin Info

Plugin Author: TWiki:Main.AndreaSterbini, TWiki:Main.PeterThoeny
Plugin Version: 25 Aug 2004, 1.005
Change History:  
25 Aug 2004: Updated InterWikis link rules (no code change)
09 Mar 2004: Internal changes: Use only official TWiki::Func Plugin API; for increased speed, moved Interwiki link handling from outsidePREHandler to startRenderingHandler
16 Feb 2004: Support [[Site:Page][label]] Interwiki links (PTh); use TWiki::Func interface for I18N regular expressions (Walter Mundt)
18 Jan 2003: Allow number sign # in Page name (PTh)
31 Aug 2002: Allow percent sign % in page name (PTh)
27 Jul 2001: Allow numbers 0-9 in site name
26 Jul 2001: Fixed alternating missed link bug due to greedy $postfixPattern (fix by Richard Donkin)
14 Jul 2001: Changed to plug & play
16 Jun 2001: Made tooltips optional; prevent Module::Sub type of link
12 Jun 2001: Added optional tool tips (IE only); added the link rules topic name variable; added flexible link patterns; optional $page in URL
10 Jun 2001: Changed rules topic to table-based syntax
20 Feb 2001: Initial version
CPAN Dependencies: none
Other Dependencies: none
Perl Version: 5.0
Plugin Home: http://TWiki.org/cgi-bin/view/Plugins/InterwikiPlugin (TWiki:Plugins/InterwikiPlugin)
Feedback: http://TWiki.org/cgi-bin/view/Plugins/InterwikiPluginDev (TWiki:Plugins/InterwikiPluginDev)

Related Topics: InterWikis, TWikiPreferences, TWikiPlugins

-- TWiki:Main.AndreaSterbini - 20 Oct 2000
-- TWiki:Main.MikeMannix - 01 Oct 2001
-- TWiki:Main.PeterThoeny - 25 Aug 2004

Mishoo JSCalendar, packaged for use by plugins, skins and add-ons.

Summary of Contents

This module packages the Mishoo JSCalendar Javascript in a form suitable for use with TWiki.

Detailed Documentation

Read the Mishoo documentation or visit the demo page.

This package also includes an extra Javascript to make using the calendar easier from TWiki plugins. In the normal way, include the styles in the header. For example,

 <LINK TYPE="text/css" rel="stylesheet" href="%PUBURL%/%TWIKIWEB%/JSCalendarContrib/calendar-system.css" />
and in either header or text body put the standard scripts:
<script type="text/javascript" src="%PUBURL%/%TWIKIWEB%/JSCalendarContrib/calendar.js"></script>
<!-- Language to use in calendars. The following languages are usually available from the JSCalendarContrib module: af br ca cs da de du el en es fi fr hr hr hu it jp ko ko lt lt nl no pl pl-utf8 pt ro ru si sk sp sv tr zh -->
<script type="text/javascript" src="%PUBURL%/%TWIKIWEB%/JSCalendarContrib/lang/calendar-en.js"></script>
Now also include (in header or text):
<script type="text/javascript" src="%PUBURL%/%TWIKIWEB%/JSCalendarContrib/twiki.js"></script>
you will then be able to create popup calendar buttons like this:
<INPUT TYPE="text" NAME="My date" VALUE="Sat, 17 May 2003" SIZE="16" id="mydatefieldid"/>
<button type="reset" onclick="return showCalendar('mydatefieldid','%e %B %Y')">
  <img src="%PUBURL%/%TWIKIWEB%/JSCalendarContrib/img.gif" alt="Calendar"/>
</button>

See TWiki:Plugins/ActionTrackerPlugin for an example of this style of usage.

Settings

  • Name of the perl package
    • Set STUB = TWiki::Contrib::JSCalendarContrib

Installation Instructions

  • Download the ZIP file from the Plugin web (see below)
  • Unzip JSCalendarContrib.zip in your twiki installation directory. Content:
    File: Description:
    data/TWiki/JSCalendarContrib.txt  
    lib/TWiki/Contrib/JSCalendarContrib/build.pl  
    lib/TWiki/Contrib/JSCalendarContrib.pm  
    pub/TWiki/JSCalendarContrib/twiki.js  
    pub/TWiki/JSCalendarContrib/bugtest-hidden-selects.html  
    pub/TWiki/JSCalendarContrib/calendar-blue2.css  
    pub/TWiki/JSCalendarContrib/calendar-blue.css  
    pub/TWiki/JSCalendarContrib/calendar-brown.css  
    pub/TWiki/JSCalendarContrib/calendar-green.css  
    pub/TWiki/JSCalendarContrib/calendar.js  
    pub/TWiki/JSCalendarContrib/calendar.php  
    pub/TWiki/JSCalendarContrib/calendar-setup.js  
    pub/TWiki/JSCalendarContrib/calendar-setup_stripped.js  
    pub/TWiki/JSCalendarContrib/calendar_stripped.js  
    pub/TWiki/JSCalendarContrib/calendar-system.css  
    pub/TWiki/JSCalendarContrib/calendar-tas.css  
    pub/TWiki/JSCalendarContrib/calendar-win2k-1.css  
    pub/TWiki/JSCalendarContrib/calendar-win2k-2.css  
    pub/TWiki/JSCalendarContrib/calendar-win2k-cold-1.css  
    pub/TWiki/JSCalendarContrib/calendar-win2k-cold-2.css  
    pub/TWiki/JSCalendarContrib/ChangeLog  
    pub/TWiki/JSCalendarContrib/doc/html/reference.css  
    pub/TWiki/JSCalendarContrib/doc/html/reference.html  
    pub/TWiki/JSCalendarContrib/doc/html/reference-Z-S.css  
    pub/TWiki/JSCalendarContrib/doc/reference.pdf  
    pub/TWiki/JSCalendarContrib/img.gif  
    pub/TWiki/JSCalendarContrib/index.html  
    pub/TWiki/JSCalendarContrib/lang/calendar-af.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-br.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-ca.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-cs-win.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-da.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-de.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-du.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-el.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-en.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-es.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-fi.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-fr.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-hr.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-hr-utf8.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-hu.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-it.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-jp.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-ko.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-ko-utf8.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-lt.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-lt-utf8.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-nl.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-no.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-pl.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-pl-utf8.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-pt.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-ro.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-ru.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-si.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-sk.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-sp.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-sv.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-tr.js  
    pub/TWiki/JSCalendarContrib/lang/calendar-zh.js  
    pub/TWiki/JSCalendarContrib/menuarrow2.gif  
    pub/TWiki/JSCalendarContrib/menuarrow.gif  
    pub/TWiki/JSCalendarContrib/README  
    pub/TWiki/JSCalendarContrib/release-notes.html  
    pub/TWiki/JSCalendarContrib/simple-1.html  
    pub/TWiki/JSCalendarContrib/simple-2.html  
    pub/TWiki/JSCalendarContrib/simple-3.html  
    pub/TWiki/JSCalendarContrib/test.php  
    pub/TWiki/JSCalendarContrib/test-position.html  

  • Make sure that all files are readable by the web server user

Contrib Info

Author: TWiki:Main/CrawfordCurrie http://www.c-dot.co.uk
Version: 0.96 of the Mishoo calendar
Copyright ©: See the Mishoo documentation
License: GNU LGPL
Dependencies: None
14/08/04 Separated out from SharedCode? module
Home: http://TWiki.org/cgi-bin/view/Plugins/JSCalendarContrib
Feedback: http://TWiki.org/cgi-bin/view/Plugins/JSCalendarContribDev

Related Topics: TWikiPreferences

-- TWiki:Main/CrawfordCurrie - 12:54:49 16 August 2004